Html Css Color HEX #224BB3 Cerulean Blue

📋 copy color: '#224BB3'

red 34 ◦ green 75 ◦ blue 179

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

Shades of Cerulean Blue #224BB3

Tints of Cerulean Blue #224BB3

RGB

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

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

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

R = 11.81%
G = 26.04%
B = 62.15%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#224BB3 (or 0x224BB3) is known color: Cerulean Blue. HEX triplet: 22, 4B and B3. RGB value is (34,75,179). Sum of RGB (Red+Green+Blue) = 34+75+179=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #224BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BB3 is #DDB44C. Grayscale: #4A4A4A. Windows color (decimal): -14529613 or 11750178. OLE color: 11750178.

HSL color Cylindrical-coordinate representation of color #224BB3: hue angle of 223.03º 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 #224BB3 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 75 179 -
CMYK 0.81 0.58 0 0.30
HSL 223.03º 0.68% 0.42% -
HSV(B) 223.03º 0.81% 0.7% -
XYZ 11.31 8.63 43.72 -
YUV 74.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 34 75 179 0.81 0.58 0 0.30 223.03 0.68 0.42
Hex 22 4B B3 51 3A 0 1E DF 44 2A
Octal 42 113 263 121 72 0 36 337 104 52
Binary 100010 1001011 10110011 1010001 111010 0 11110 11011111 1000100 101010

Color Harmonies of #224BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BB3

Black with #224BB3

Text Example


Text Example

White with #224BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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