Html Css Color HEX #2359AB Cerulean Blue

📋 copy color: '#2359AB'

red 35 ◦ green 89 ◦ blue 171

#2359AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2359AB

Tints of Cerulean Blue #2359AB

RGB

 RED value IS 35 (14.06% from 255) = 11.86%

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 11.86%
G = 30.17%
B = 57.97%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2359AB (or 0x2359AB) is known color: Cerulean Blue. HEX triplet: 23, 59 and AB. RGB value is (35,89,171). Sum of RGB (Red+Green+Blue) = 35+89+171=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #2359AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2359AB is #DCA654. Grayscale: #515151. Windows color (decimal): -14460501 or 11229475. OLE color: 11229475.

HSL color Cylindrical-coordinate representation of color #2359AB: hue angle of 216.18º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2359AB is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 89 171 -
CMYK 0.80 0.48 0 0.33
HSL 216.18º 0.66% 0.4% -
HSV(B) 216.18º 0.8% 0.67% -
XYZ 11.62 10.44 39.93 -
YUV 82.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 35 89 171 0.80 0.48 0 0.33 216.18 0.66 0.4
Hex 23 59 AB 50 30 0 21 D8 42 28
Octal 43 131 253 120 60 0 41 330 102 50
Binary 100011 1011001 10101011 1010000 110000 0 100001 11011000 1000010 101000

Color Harmonies of #2359AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359AB

Black with #2359AB

Text Example


Text Example

White with #2359AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2359AB; }

 p { color: rgb(35,89,171); }

 H1.HeaderClassName
 {
   color: #2359AB;
 }
 .AnyTagClassName
 {
   color: #2359AB;
 }
</style>

background-color css

<style>
 a { background-color: #2359AB; }

 a { background-color: rgb(35,89,171); }

 div.DivClassName
 {
   background-color: #2359AB;
 }
 .BgClassName
 {
   background-color: #2359AB;
 }
</style>

border-color css

<style>
 span { border-color: #2359AB; }

 span { border-color: rgb(35,89,171); }

 td.TdClassName
 {
   border-color: #2359AB;
 }
 .TagClassName
 {
   border-color: #2359AB;
 }
</style>