#2648DD

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

Shades of Cerulean Blue #2648DD

Tints of Cerulean Blue #2648DD

Color information

#2648DD (or 0x2648DD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 48 and DD. RGB value is (38,72,221). Sum of RGB (Red+Green+Blue) = 38+72+221=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #2648DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648DD is #D9B722. Grayscale: #4E4E4E. Windows color (decimal): -14268195 or 14501926. OLE color: 14501926.

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

Color convert

RGB3872221-
CMYK0.830.6700.13
HSL228.85º72.91%50.78%-
HSV(B)228.85º82.81%86.67%-
XYZ16.1710.2769.54-
YUV78.82208.2498.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 221 (86.72% from 255) = 66.77%
R=11.48%
G=21.75%
B=66.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38722210.830.6700.13228.8572.9150.78
Hex2648DD53430De54933
Octal4611033512310301534511163
Binary1001101001000110111011010011100001101101111001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2648DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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