Html Css Color HEX #2359AC Cerulean Blue

📋 copy color: '#2359AC'

red 35 ◦ green 89 ◦ blue 172

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

Shades of Cerulean Blue #2359AC

Tints of Cerulean Blue #2359AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 11.82%
G = 30.07%
B = 58.11%

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

#2359AC (or 0x2359AC) is known color: Cerulean Blue. HEX triplet: 23, 59 and AC. RGB value is (35,89,172). Sum of RGB (Red+Green+Blue) = 35+89+172=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2359AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2359AC is #DCA653. Grayscale: #515151. Windows color (decimal): -14460500 or 11295011. OLE color: 11295011.

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

Color convert

RGB 35 89 172 -
CMYK 0.80 0.48 0 0.33
HSL 216.35º 0.66% 0.41% -
HSV(B) 216.35º 0.8% 0.67% -
XYZ 11.71 10.48 40.44 -
YUV 82.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 35 89 172 0.80 0.48 0 0.33 216.35 0.66 0.41
Hex 23 59 AC 50 30 0 21 D8 42 29
Octal 43 131 254 120 60 0 41 330 102 51
Binary 100011 1011001 10101100 1010000 110000 0 100001 11011000 1000010 101001

Color Harmonies of #2359AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359AC

Black with #2359AC

Text Example


Text Example

White with #2359AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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