#2250B0

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

Shades of Cerulean Blue #2250B0

Tints of Cerulean Blue #2250B0

Color information

#2250B0 (or 0x2250B0) is unknown color: approx Cerulean Blue. HEX triplet: 22, 50 and B0. RGB value is (34,80,176). Sum of RGB (Red+Green+Blue) = 34+80+176=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #2250B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250B0 is #DDAF4F. Grayscale: #4C4C4C. Windows color (decimal): -14528336 or 11554850. OLE color: 11554850.

HSL color Cylindrical-coordinate representation of color #2250B0: hue angle of 220.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2250B0 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3480176-
CMYK0.810.5500.31
HSL220.56º67.62%41.18%-
HSV(B)220.56º80.68%69.02%-
XYZ11.369.2142.25-
YUV77.19183.7697.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.72%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 176 (69.14% from 255) = 60.69%
R=11.72%
G=27.59%
B=60.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34801760.810.5500.31220.5667.6241.18
Hex2250B0513701Fdd4429
Octal421202601216703733510451
Binary1000101010000101100001010001110111011111110111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2250B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2250B0; }

 p { color: rgb(34,80,176); }

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

<style>
 a { background-color: #2250B0; }

 a { background-color: rgb(34,80,176); }

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

<style>
 span { border-color: #2250B0; }

 span { border-color: rgb(34,80,176); }

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