#2259C6

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

Shades of Cerulean Blue #2259C6

Tints of Cerulean Blue #2259C6

Color information

#2259C6 (or 0x2259C6) is unknown color: approx Cerulean Blue. HEX triplet: 22, 59 and C6. RGB value is (34,89,198). Sum of RGB (Red+Green+Blue) = 34+89+198=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #2259C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259C6 is #DDA639. Grayscale: #545454. Windows color (decimal): -14526010 or 12998946. OLE color: 12998946.

HSL color Cylindrical-coordinate representation of color #2259C6: hue angle of 219.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2259C6 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3489198-
CMYK0.830.5500.22
HSL219.88º70.69%45.49%-
HSV(B)219.88º82.83%77.65%-
XYZ14.4311.5654.9-
YUV84.98191.7891.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.59%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 198 (77.73% from 255) = 61.68%
R=10.59%
G=27.73%
B=61.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34891980.830.5500.22219.8870.6945.49
Hex2259C65337016dc472d
Octal421313061236702633410755
Binary1000101011001110001101010011110111010110110111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2259C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2259C6; }

 p { color: rgb(34,89,198); }

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

<style>
 a { background-color: #2259C6; }

 a { background-color: rgb(34,89,198); }

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

<style>
 span { border-color: #2259C6; }

 span { border-color: rgb(34,89,198); }

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