Html Css Color HEX #2356AC Cerulean Blue

📋 copy color: '#2356AC'

red 35 ◦ green 86 ◦ blue 172

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

Shades of Cerulean Blue #2356AC

Tints of Cerulean Blue #2356AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 11.95%
G = 29.35%
B = 58.7%

CMYK

 C value IS 0.80

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2356AC (or 0x2356AC) is known color: Cerulean Blue. HEX triplet: 23, 56 and AC. RGB value is (35,86,172). Sum of RGB (Red+Green+Blue) = 35+86+172=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2356AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356AC is #DCA953. Grayscale: #505050. Windows color (decimal): -14461268 or 11294243. OLE color: 11294243.

HSL color Cylindrical-coordinate representation of color #2356AC: hue angle of 217.66º 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 #2356AC is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 86 172 -
CMYK 0.80 0.5 0 0.33
HSL 217.66º 0.66% 0.41% -
HSV(B) 217.66º 0.8% 0.67% -
XYZ 11.47 9.99 40.35 -
YUV 80.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 35 86 172 0.80 0.5 0 0.33 217.66 0.66 0.41
Hex 23 56 AC 50 32 0 21 DA 42 29
Octal 43 126 254 120 62 0 41 332 102 51
Binary 100011 1010110 10101100 1010000 110010 0 100001 11011010 1000010 101001

Color Harmonies of #2356AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356AC

Black with #2356AC

Text Example


Text Example

White with #2356AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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