#2C58CF

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

Shades of Cerulean Blue #2C58CF

Tints of Cerulean Blue #2C58CF

Color information

#2C58CF (or 0x2C58CF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 58 and CF. RGB value is (44,88,207). Sum of RGB (Red+Green+Blue) = 44+88+207=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C58CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C58CF is #D3A730. Grayscale: #575757. Windows color (decimal): -13870897 or 13588524. OLE color: 13588524.

HSL color Cylindrical-coordinate representation of color #2C58CF: hue angle of 223.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C58CF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4488207-
CMYK0.790.5700.19
HSL223.8º64.94%49.22%-
HSV(B)223.8º78.74%81.18%-
XYZ15.7912.0260.52-
YUV88.41194.9296.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.98%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 207 (81.25% from 255) = 61.06%
R=12.98%
G=25.96%
B=61.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44882070.790.5700.19223.864.9449.22
Hex2C58CF4F39013e04131
Octal541303171177102334010161
Binary1011001011000110011111001111111001010011111000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C58CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C58CF; }

 p { color: rgb(44,88,207); }

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

<style>
 a { background-color: #2C58CF; }

 a { background-color: rgb(44,88,207); }

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

<style>
 span { border-color: #2C58CF; }

 span { border-color: rgb(44,88,207); }

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