Html Css Color HEX #2856AC Cerulean Blue

📋 copy color: '#2856AC'

red 40 ◦ green 86 ◦ blue 172

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

Shades of Cerulean Blue #2856AC

Tints of Cerulean Blue #2856AC

RGB

 RED value IS 40 (16.02% from 255) = 13.42%

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

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

R = 13.42%
G = 28.86%
B = 57.72%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2856AC (or 0x2856AC) is known color: Cerulean Blue. HEX triplet: 28, 56 and AC. RGB value is (40,86,172). Sum of RGB (Red+Green+Blue) = 40+86+172=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #2856AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2856AC is #D7A953. Grayscale: #515151. Windows color (decimal): -14133588 or 11294248. OLE color: 11294248.

HSL color Cylindrical-coordinate representation of color #2856AC: hue angle of 219.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2856AC is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 86 172 -
CMYK 0.77 0.5 0 0.33
HSL 219.09º 0.62% 0.42% -
HSV(B) 219.09º 0.77% 0.67% -
XYZ 11.65 10.09 40.36 -
YUV 82.05 178.76 98.01 -
System Red Green Blue C M Y K H S L
Decimal 40 86 172 0.77 0.5 0 0.33 219.09 0.62 0.42
Hex 28 56 AC 4D 32 0 21 DB 3E 2A
Octal 50 126 254 115 62 0 41 333 76 52
Binary 101000 1010110 10101100 1001101 110010 0 100001 11011011 111110 101010

Color Harmonies of #2856AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856AC

Black with #2856AC

Text Example


Text Example

White with #2856AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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