Html Css Color HEX #284AAC Cerulean Blue

📋 copy color: '#284AAC'

red 40 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #284AAC

Tints of Cerulean Blue #284AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

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

R = 13.99%
G = 25.87%
B = 60.14%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#284AAC (or 0x284AAC) is known color: Cerulean Blue. HEX triplet: 28, 4A and AC. RGB value is (40,74,172). Sum of RGB (Red+Green+Blue) = 40+74+172=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #284AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284AAC is #D7B553. Grayscale: #4A4A4A. Windows color (decimal): -14136660 or 11291176. OLE color: 11291176.

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

Color convert

RGB 40 74 172 -
CMYK 0.77 0.57 0 0.33
HSL 224.55º 0.62% 0.42% -
HSV(B) 224.55º 0.77% 0.67% -
XYZ 10.77 8.33 40.07 -
YUV 75.01 182.74 103.03 -
System Red Green Blue C M Y K H S L
Decimal 40 74 172 0.77 0.57 0 0.33 224.55 0.62 0.42
Hex 28 4A AC 4D 39 0 21 E1 3E 2A
Octal 50 112 254 115 71 0 41 341 76 52
Binary 101000 1001010 10101100 1001101 111001 0 100001 11100001 111110 101010

Color Harmonies of #284AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AAC

Black with #284AAC

Text Example


Text Example

White with #284AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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