#2749DE

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

Shades of Cerulean Blue #2749DE

Tints of Cerulean Blue #2749DE

Color information

#2749DE (or 0x2749DE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 49 and DE. RGB value is (39,73,222). Sum of RGB (Red+Green+Blue) = 39+73+222=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #2749DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749DE is #D8B621. Grayscale: #4F4F4F. Windows color (decimal): -14202402 or 14567719. OLE color: 14567719.

HSL color Cylindrical-coordinate representation of color #2749DE: 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.82%. Process color model (Four color, CMYK) of #2749DE is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3973222-
CMYK0.820.6700.13
HSL228.85º73.49%51.18%-
HSV(B)228.85º82.43%87.06%-
XYZ16.410.4770.26-
YUV79.82208.2498.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.68%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 222 (87.11% from 255) = 66.47%
R=11.68%
G=21.86%
B=66.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39732220.820.6700.13228.8573.4951.18
Hex2749DE52430De54933
Octal4711133612210301534511163
Binary1001111001001110111101010010100001101101111001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2749DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2749DE; }

 p { color: rgb(39,73,222); }

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

<style>
 a { background-color: #2749DE; }

 a { background-color: rgb(39,73,222); }

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

<style>
 span { border-color: #2749DE; }

 span { border-color: rgb(39,73,222); }

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