Html Css Color HEX #285CAC Cerulean Blue

📋 copy color: '#285CAC'

red 40 ◦ green 92 ◦ blue 172

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

Shades of Cerulean Blue #285CAC

Tints of Cerulean Blue #285CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

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

R = 13.16%
G = 30.26%
B = 56.58%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285CAC (or 0x285CAC) is known color: Cerulean Blue. HEX triplet: 28, 5C and AC. RGB value is (40,92,172). Sum of RGB (Red+Green+Blue) = 40+92+172=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #285CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285CAC is #D7A353. Grayscale: #555555. Windows color (decimal): -14132052 or 11295784. OLE color: 11295784.

HSL color Cylindrical-coordinate representation of color #285CAC: hue angle of 216.36º 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 #285CAC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 92 172 -
CMYK 0.77 0.47 0 0.33
HSL 216.36º 0.62% 0.42% -
HSV(B) 216.36º 0.77% 0.67% -
XYZ 12.15 11.08 40.53 -
YUV 85.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 40 92 172 0.77 0.47 0 0.33 216.36 0.62 0.42
Hex 28 5C AC 4D 2F 0 21 D8 3E 2A
Octal 50 134 254 115 57 0 41 330 76 52
Binary 101000 1011100 10101100 1001101 101111 0 100001 11011000 111110 101010

Color Harmonies of #285CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CAC

Black with #285CAC

Text Example


Text Example

White with #285CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285CAC; }

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

 H1.HeaderClassName
 {
   color: #285CAC;
 }
 .AnyTagClassName
 {
   color: #285CAC;
 }
</style>

background-color css

<style>
 a { background-color: #285CAC; }

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

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

border-color css

<style>
 span { border-color: #285CAC; }

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

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