Html Css Color HEX #284AAA Cerulean Blue

📋 copy color: '#284AAA'

red 40 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #284AAA

Tints of Cerulean Blue #284AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 14.08%
G = 26.06%
B = 59.86%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#284AAA (or 0x284AAA) is known color: Cerulean Blue. HEX triplet: 28, 4A and AA. RGB value is (40,74,170). Sum of RGB (Red+Green+Blue) = 40+74+170=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #284AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284AAA is #D7B555. Grayscale: #4A4A4A. Windows color (decimal): -14136662 or 11160104. OLE color: 11160104.

HSL color Cylindrical-coordinate representation of color #284AAA: hue angle of 224.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #284AAA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 74 170 -
CMYK 0.76 0.56 0 0.33
HSL 224.31º 0.62% 0.41% -
HSV(B) 224.31º 0.76% 0.67% -
XYZ 10.58 8.25 39.07 -
YUV 74.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 40 74 170 0.76 0.56 0 0.33 224.31 0.62 0.41
Hex 28 4A AA 4C 38 0 21 E0 3E 29
Octal 50 112 252 114 70 0 41 340 76 51
Binary 101000 1001010 10101010 1001100 111000 0 100001 11100000 111110 101001

Color Harmonies of #284AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AAA

Black with #284AAA

Text Example


Text Example

White with #284AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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