#2760c7

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

Shades of Cerulean Blue #2760C7

Tints of Cerulean Blue #2760C7

Color information

#2760C7 (or 0x2760C7) is unknown color: approx Cerulean Blue. HEX triplet: 27, 60 and C7. RGB value is (39,96,199). Sum of RGB (Red+Green+Blue) = 39+96+199=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #2760C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760C7 is #D89F38. Grayscale: #5A5A5A. Windows color (decimal): -14196537 or 13066279. OLE color: 13066279.

HSL color Cylindrical-coordinate representation of color #2760C7: hue angle of 218.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2760C7 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3996199-
CMYK0.800.5200.22
HSL218.62º67.23%46.67%-
HSV(B)218.62º80.4%78.04%-
XYZ15.3312.9255.72-
YUV90.7189.1291.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.68%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 199 (78.12% from 255) = 59.58%
R=11.68%
G=28.74%
B=59.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal39961990.800.5200.22218.6267.2346.67
Hex2760C75034016db432f
Octal471403071206402633310357
Binary1001111100000110001111010000110100010110110110111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2760c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2760c7; }

 p { color: rgb(39,96,199); }

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

<style>
 a { background-color: #2760c7; }

 a { background-color: rgb(39,96,199); }

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

<style>
 span { border-color: #2760c7; }

 span { border-color: rgb(39,96,199); }

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