Html Css Color HEX #224CC3 Cerulean Blue

📋 copy color: '#224CC3'

red 34 ◦ green 76 ◦ blue 195

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

Shades of Cerulean Blue #224CC3

Tints of Cerulean Blue #224CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.93%

R = 11.15%
G = 24.92%
B = 63.93%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#224CC3 (or 0x224CC3) is known color: Cerulean Blue. HEX triplet: 22, 4C and C3. RGB value is (34,76,195). Sum of RGB (Red+Green+Blue) = 34+76+195=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #224CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC3 is #DDB33C. Grayscale: #4C4C4C. Windows color (decimal): -14529341 or 12799010. OLE color: 12799010.

HSL color Cylindrical-coordinate representation of color #224CC3: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224CC3 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 76 195 -
CMYK 0.83 0.61 0 0.24
HSL 224.35º 0.7% 0.45% -
HSV(B) 224.35º 0.83% 0.76% -
XYZ 13.09 9.45 52.76 -
YUV 77.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 34 76 195 0.83 0.61 0 0.24 224.35 0.7 0.45
Hex 22 4C C3 53 3D 0 18 E0 46 2D
Octal 42 114 303 123 75 0 30 340 106 55
Binary 100010 1001100 11000011 1010011 111101 0 11000 11100000 1000110 101101

Color Harmonies of #224CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CC3

Black with #224CC3

Text Example


Text Example

White with #224CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,76,195); }

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

background-color css

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

 a { background-color: rgb(34,76,195); }

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

border-color css

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

 span { border-color: rgb(34,76,195); }

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