#2758AA

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

Shades of Cerulean Blue #2758AA

Tints of Cerulean Blue #2758AA

Color information

#2758AA (or 0x2758AA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 58 and AA. RGB value is (39,88,170). Sum of RGB (Red+Green+Blue) = 39+88+170=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #2758AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2758AA is #D8A755. Grayscale: #525252. Windows color (decimal): -14198614 or 11163687. OLE color: 11163687.

HSL color Cylindrical-coordinate representation of color #2758AA: hue angle of 217.56º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2758AA is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3988170-
CMYK0.770.4800.33
HSL217.56º62.68%40.98%-
HSV(B)217.56º77.06%66.67%-
XYZ11.5810.3139.41-
YUV82.7177.2796.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 170 (66.80% from 255) = 57.24%
R=13.13%
G=29.63%
B=57.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39881700.770.4800.33217.5662.6840.98
Hex2758AA4D30021da3f29
Octal47130252115600413327751
Binary1001111011000101010101001101110000010000111011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2758AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2758AA; }

 p { color: rgb(39,88,170); }

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

<style>
 a { background-color: #2758AA; }

 a { background-color: rgb(39,88,170); }

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

<style>
 span { border-color: #2758AA; }

 span { border-color: rgb(39,88,170); }

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