Html Css Color HEX #224DB3 Cerulean Blue

📋 copy color: '#224DB3'

red 34 ◦ green 77 ◦ blue 179

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

Shades of Cerulean Blue #224DB3

Tints of Cerulean Blue #224DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 179 (70.31% from 255) = 61.72%

R = 11.72%
G = 26.55%
B = 61.72%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#224DB3 (or 0x224DB3) is known color: Cerulean Blue. HEX triplet: 22, 4D and B3. RGB value is (34,77,179). Sum of RGB (Red+Green+Blue) = 34+77+179=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 179 (70.31% from 255 or 61.72% from 290); Max value from RGB is 179 - color contains mainly: blue. Hex color #224DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DB3 is #DDB24C. Grayscale: #4B4B4B. Windows color (decimal): -14529101 or 11750690. OLE color: 11750690.

HSL color Cylindrical-coordinate representation of color #224DB3: hue angle of 222.21º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #224DB3 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 77 179 -
CMYK 0.81 0.57 0 0.30
HSL 222.21º 0.68% 0.42% -
HSV(B) 222.21º 0.81% 0.7% -
XYZ 11.45 8.9 43.76 -
YUV 75.77 186.25 98.21 -
System Red Green Blue C M Y K H S L
Decimal 34 77 179 0.81 0.57 0 0.30 222.21 0.68 0.42
Hex 22 4D B3 51 39 0 1E DE 44 2A
Octal 42 115 263 121 71 0 36 336 104 52
Binary 100010 1001101 10110011 1010001 111001 0 11110 11011110 1000100 101010

Color Harmonies of #224DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DB3

Black with #224DB3

Text Example


Text Example

White with #224DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,179); }

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

background-color css

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

 a { background-color: rgb(34,77,179); }

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

border-color css

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

 span { border-color: rgb(34,77,179); }

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