#225BBB

Color #225BBB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #225BBB

Tints of Cerulean Blue #225BBB

Color information

#225BBB (or 0x225BBB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5B and BB. RGB value is (34,91,187). Sum of RGB (Red+Green+Blue) = 34+91+187=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #225BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BBB is #DDA444. Grayscale: #545454. Windows color (decimal): -14525509 or 12278562. OLE color: 12278562.

HSL color Cylindrical-coordinate representation of color #225BBB: hue angle of 217.65º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225BBB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3491187-
CMYK0.820.5100.27
HSL217.65º69.23%43.33%-
HSV(B)217.65º81.82%73.33%-
XYZ13.3711.4148.51-
YUV84.9185.6291.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.90%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=10.90%
G=29.17%
B=59.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34911870.820.5100.27217.6569.2343.33
Hex225BBB523301Bda452b
Octal421332731226303333210553
Binary1000101011011101110111010010110011011011110110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225BBB; }

 p { color: rgb(34,91,187); }

 H1.HeaderClassName
 {
   color: #225BBB;
 }
 .AnyTagClassName
 {
   color: #225BBB;
 }
</style>
background-color css

<style>
 a { background-color: #225BBB; }

 a { background-color: rgb(34,91,187); }

 div.DivClassName
 {
   background-color: #225BBB;
 }
 .BgClassName
 {
   background-color: #225BBB;
 }
</style>
border-color css

<style>
 span { border-color: #225BBB; }

 span { border-color: rgb(34,91,187); }

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