Html Css Color HEX #284CA2 Cerulean Blue

📋 copy color: '#284CA2'

red 40 ◦ green 76 ◦ blue 162

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

Shades of Cerulean Blue #284CA2

Tints of Cerulean Blue #284CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

 BLUE value IS 162 (63.67% from 255) = 58.27%

R = 14.39%
G = 27.34%
B = 58.27%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#284CA2 (or 0x284CA2) is known color: Cerulean Blue. HEX triplet: 28, 4C and A2. RGB value is (40,76,162). Sum of RGB (Red+Green+Blue) = 40+76+162=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #284CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284CA2 is #D7B35D. Grayscale: #4A4A4A. Windows color (decimal): -14136158 or 10636328. OLE color: 10636328.

HSL color Cylindrical-coordinate representation of color #284CA2: hue angle of 222.3º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284CA2 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 76 162 -
CMYK 0.75 0.53 0 0.36
HSL 222.3º 0.6% 0.4% -
HSV(B) 222.3º 0.75% 0.64% -
XYZ 9.98 8.23 35.24 -
YUV 75.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 40 76 162 0.75 0.53 0 0.36 222.3 0.6 0.4
Hex 28 4C A2 4B 35 0 24 DE 3C 28
Octal 50 114 242 113 65 0 44 336 74 50
Binary 101000 1001100 10100010 1001011 110101 0 100100 11011110 111100 101000

Color Harmonies of #284CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CA2

Black with #284CA2

Text Example


Text Example

White with #284CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,162); }

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

background-color css

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

 a { background-color: rgb(40,76,162); }

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

border-color css

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

 span { border-color: rgb(40,76,162); }

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