#2757AA

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

Shades of Cerulean Blue #2757AA

Tints of Cerulean Blue #2757AA

Color information

#2757AA (or 0x2757AA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 57 and AA. RGB value is (39,87,170). Sum of RGB (Red+Green+Blue) = 39+87+170=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #2757AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2757AA is #D8A855. Grayscale: #515151. Windows color (decimal): -14198870 or 11163431. OLE color: 11163431.

HSL color Cylindrical-coordinate representation of color #2757AA: hue angle of 218.02º 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 #2757AA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3987170-
CMYK0.770.4900.33
HSL218.02º62.68%40.98%-
HSV(B)218.02º77.06%66.67%-
XYZ11.510.1539.38-
YUV82.11177.697.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=13.18%
G=29.39%
B=57.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39871700.770.4900.33218.0262.6840.98
Hex2757AA4D31021da3f29
Octal47127252115610413327751
Binary1001111010111101010101001101110001010000111011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2757AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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