#2644DD

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

Shades of Cerulean Blue #2644DD

Tints of Cerulean Blue #2644DD

Color information

#2644DD (or 0x2644DD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 44 and DD. RGB value is (38,68,221). Sum of RGB (Red+Green+Blue) = 38+68+221=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2644DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2644DD is #D9BB22. Grayscale: #4B4B4B. Windows color (decimal): -14269219 or 14500902. OLE color: 14500902.

HSL color Cylindrical-coordinate representation of color #2644DD: hue angle of 230.16º 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 #2644DD is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3868221-
CMYK0.830.6900.13
HSL230.16º72.91%50.78%-
HSV(B)230.16º82.81%86.67%-
XYZ15.929.7769.45-
YUV76.47209.56100.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 221 (86.72% from 255) = 67.58%
R=11.62%
G=20.80%
B=67.58%

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
Decimal38682210.830.6900.13230.1672.9150.78
Hex2644DD53450De64933
Octal4610433512310501534611163
Binary1001101000100110111011010011100010101101111001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2644DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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