Html Css Color HEX #284BAE Cerulean Blue

📋 copy color: '#284BAE'

red 40 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #284BAE

Tints of Cerulean Blue #284BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 13.84%
G = 25.95%
B = 60.21%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#284BAE (or 0x284BAE) is known color: Cerulean Blue. HEX triplet: 28, 4B and AE. RGB value is (40,75,174). Sum of RGB (Red+Green+Blue) = 40+75+174=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #284BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284BAE is #D7B451. Grayscale: #4B4B4B. Windows color (decimal): -14136402 or 11422504. OLE color: 11422504.

HSL color Cylindrical-coordinate representation of color #284BAE: hue angle of 224.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284BAE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 75 174 -
CMYK 0.77 0.57 0 0.32
HSL 224.33º 0.63% 0.42% -
HSV(B) 224.33º 0.77% 0.68% -
XYZ 11.03 8.54 41.11 -
YUV 75.82 183.4 102.45 -
System Red Green Blue C M Y K H S L
Decimal 40 75 174 0.77 0.57 0 0.32 224.33 0.63 0.42
Hex 28 4B AE 4D 39 0 20 E0 3F 2A
Octal 50 113 256 115 71 0 40 340 77 52
Binary 101000 1001011 10101110 1001101 111001 0 100000 11100000 111111 101010

Color Harmonies of #284BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BAE

Black with #284BAE

Text Example


Text Example

White with #284BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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