Html Css Color HEX #224BAE Cerulean Blue

📋 copy color: '#224BAE'

red 34 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #224BAE

Tints of Cerulean Blue #224BAE

RGB

 RED value IS 34 (13.67% from 255) = 12.01%

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

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

R = 12.01%
G = 26.5%
B = 61.48%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#224BAE (or 0x224BAE) is known color: Cerulean Blue. HEX triplet: 22, 4B and AE. RGB value is (34,75,174). Sum of RGB (Red+Green+Blue) = 34+75+174=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #224BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAE is #DDB451. Grayscale: #494949. Windows color (decimal): -14529618 or 11422498. OLE color: 11422498.

HSL color Cylindrical-coordinate representation of color #224BAE: hue angle of 222.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224BAE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 75 174 -
CMYK 0.80 0.57 0 0.32
HSL 222.43º 0.67% 0.41% -
HSV(B) 222.43º 0.8% 0.68% -
XYZ 10.82 8.43 41.1 -
YUV 74.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 34 75 174 0.80 0.57 0 0.32 222.43 0.67 0.41
Hex 22 4B AE 50 39 0 20 DE 43 29
Octal 42 113 256 120 71 0 40 336 103 51
Binary 100010 1001011 10101110 1010000 111001 0 100000 11011110 1000011 101001

Color Harmonies of #224BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BAE

Black with #224BAE

Text Example


Text Example

White with #224BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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