#2254C1

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

Shades of Cerulean Blue #2254C1

Tints of Cerulean Blue #2254C1

Color information

#2254C1 (or 0x2254C1) is unknown color: approx Cerulean Blue. HEX triplet: 22, 54 and C1. RGB value is (34,84,193). Sum of RGB (Red+Green+Blue) = 34+84+193=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #2254C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254C1 is #DDAB3E. Grayscale: #505050. Windows color (decimal): -14527295 or 12669986. OLE color: 12669986.

HSL color Cylindrical-coordinate representation of color #2254C1: hue angle of 221.13º 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 #2254C1 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3484193-
CMYK0.820.5600.24
HSL221.13º70.04%44.51%-
HSV(B)221.13º82.38%75.69%-
XYZ13.4610.5351.78-
YUV81.48190.9494.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 193 (75.78% from 255) = 62.06%
R=10.93%
G=27.01%
B=62.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34841930.820.5600.24221.1370.0444.51
Hex2254C15238018dd462d
Octal421243011227003033510655
Binary1000101010100110000011010010111000011000110111011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2254C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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