#2758BE

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

Shades of Cerulean Blue #2758BE

Tints of Cerulean Blue #2758BE

Color information

#2758BE (or 0x2758BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 58 and BE. RGB value is (39,88,190). Sum of RGB (Red+Green+Blue) = 39+88+190=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #2758BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758BE is #D8A741. Grayscale: #545454. Windows color (decimal): -14198594 or 12474407. OLE color: 12474407.

HSL color Cylindrical-coordinate representation of color #2758BE: hue angle of 220.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2758BE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3988190-
CMYK0.790.5400.25
HSL220.53º65.94%44.9%-
HSV(B)220.53º79.47%74.51%-
XYZ13.6211.1350.15-
YUV84.98187.2795.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 190 (74.61% from 255) = 59.94%
R=12.30%
G=27.76%
B=59.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39881900.790.5400.25220.5365.9444.9
Hex2758BE4F36019dd422d
Octal471302761176603133510255
Binary1001111011000101111101001111110110011001110111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2758BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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