Html Css Color HEX #284BAC Cerulean Blue

📋 copy color: '#284BAC'

red 40 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #284BAC

Tints of Cerulean Blue #284BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

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

R = 13.94%
G = 26.13%
B = 59.93%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#284BAC (or 0x284BAC) is known color: Cerulean Blue. HEX triplet: 28, 4B and AC. RGB value is (40,75,172). Sum of RGB (Red+Green+Blue) = 40+75+172=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #284BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284BAC is #D7B453. Grayscale: #4B4B4B. Windows color (decimal): -14136404 or 11291432. OLE color: 11291432.

HSL color Cylindrical-coordinate representation of color #284BAC: hue angle of 224.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 #284BAC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 75 172 -
CMYK 0.77 0.56 0 0.33
HSL 224.09º 0.62% 0.42% -
HSV(B) 224.09º 0.77% 0.67% -
XYZ 10.84 8.46 40.09 -
YUV 75.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 40 75 172 0.77 0.56 0 0.33 224.09 0.62 0.42
Hex 28 4B AC 4D 38 0 21 E0 3E 2A
Octal 50 113 254 115 70 0 41 340 76 52
Binary 101000 1001011 10101100 1001101 111000 0 100001 11100000 111110 101010

Color Harmonies of #284BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BAC

Black with #284BAC

Text Example


Text Example

White with #284BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284BAC; }

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

 H1.HeaderClassName
 {
   color: #284BAC;
 }
 .AnyTagClassName
 {
   color: #284BAC;
 }
</style>

background-color css

<style>
 a { background-color: #284BAC; }

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

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

border-color css

<style>
 span { border-color: #284BAC; }

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

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