#2645DD

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

Shades of Cerulean Blue #2645DD

Tints of Cerulean Blue #2645DD

Color information

#2645DD (or 0x2645DD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 45 and DD. RGB value is (38,69,221). Sum of RGB (Red+Green+Blue) = 38+69+221=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #2645DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645DD is #D9BA22. Grayscale: #4C4C4C. Windows color (decimal): -14268963 or 14501158. OLE color: 14501158.

HSL color Cylindrical-coordinate representation of color #2645DD: hue angle of 229.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2645DD is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3869221-
CMYK0.830.6900.13
HSL229.84º72.91%50.78%-
HSV(B)229.84º82.81%86.67%-
XYZ15.989.8969.47-
YUV77.06209.23100.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 221 (86.72% from 255) = 67.38%
R=11.59%
G=21.04%
B=67.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38692210.830.6900.13229.8472.9150.78
Hex2645DD53450De64933
Octal4610533512310501534611163
Binary1001101000101110111011010011100010101101111001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2645DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2645DD; }

 p { color: rgb(38,69,221); }

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

<style>
 a { background-color: #2645DD; }

 a { background-color: rgb(38,69,221); }

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

<style>
 span { border-color: #2645DD; }

 span { border-color: rgb(38,69,221); }

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