#2653C0

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

Shades of Cerulean Blue #2653C0

Tints of Cerulean Blue #2653C0

Color information

#2653C0 (or 0x2653C0) is unknown color: approx Cerulean Blue. HEX triplet: 26, 53 and C0. RGB value is (38,83,192). Sum of RGB (Red+Green+Blue) = 38+83+192=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #2653C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653C0 is #D9AC3F. Grayscale: #515151. Windows color (decimal): -14265408 or 12604198. OLE color: 12604198.

HSL color Cylindrical-coordinate representation of color #2653C0: hue angle of 222.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2653C0 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3883192-
CMYK0.800.5700.25
HSL222.47º66.96%45.1%-
HSV(B)222.47º80.21%75.29%-
XYZ13.4110.451.17-
YUV81.97190.0996.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 192 (75.39% from 255) = 61.34%
R=12.14%
G=26.52%
B=61.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38831920.800.5700.25222.4766.9645.1
Hex2653C05039019de432d
Octal461233001207103133610355
Binary1001101010011110000001010000111001011001110111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2653C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2653C0; }

 p { color: rgb(38,83,192); }

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

<style>
 a { background-color: #2653C0; }

 a { background-color: rgb(38,83,192); }

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

<style>
 span { border-color: #2653C0; }

 span { border-color: rgb(38,83,192); }

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