#2253C1

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

Shades of Cerulean Blue #2253C1

Tints of Cerulean Blue #2253C1

Color information

#2253C1 (or 0x2253C1) is unknown color: approx Cerulean Blue. HEX triplet: 22, 53 and C1. RGB value is (34,83,193). Sum of RGB (Red+Green+Blue) = 34+83+193=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #2253C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253C1 is #DDAC3E. Grayscale: #505050. Windows color (decimal): -14527551 or 12669730. OLE color: 12669730.

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

Color convert

RGB3483193-
CMYK0.820.5700.24
HSL221.51º70.04%44.51%-
HSV(B)221.51º82.38%75.69%-
XYZ13.3810.3851.75-
YUV80.89191.2794.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 193 (75.78% from 255) = 62.26%
R=10.97%
G=26.77%
B=62.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34831930.820.5700.24221.5170.0444.51
Hex2253C15239018de462d
Octal421233011227103033610655
Binary1000101010011110000011010010111001011000110111101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2253C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2253C1; }

 p { color: rgb(34,83,193); }

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

<style>
 a { background-color: #2253C1; }

 a { background-color: rgb(34,83,193); }

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

<style>
 span { border-color: #2253C1; }

 span { border-color: rgb(34,83,193); }

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