#2767CE

Color #2767CE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2767CE

Tints of Denim #2767CE

Color information

#2767CE (or 0x2767CE) is unknown color: approx Denim. HEX triplet: 27, 67 and CE. RGB value is (39,103,206). Sum of RGB (Red+Green+Blue) = 39+103+206=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #2767CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2767CE is #D89831. Grayscale: #5F5F5F. Windows color (decimal): -14194738 or 13526823. OLE color: 13526823.

HSL color Cylindrical-coordinate representation of color #2767CE: hue angle of 217.01º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2767CE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB39103206-
CMYK0.810.5000.19
HSL217.01º68.16%48.04%-
HSV(B)217.01º81.07%80.78%-
XYZ16.8314.5960.32-
YUV95.61190.387.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.21%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 206 (80.86% from 255) = 59.20%
R=11.21%
G=29.60%
B=59.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal391032060.810.5000.19217.0168.1648.04
Hex2767CE5132013d94430
Octal471473161216202333110460
Binary1001111100111110011101010001110010010011110110011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2767CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2767CE; }

 p { color: rgb(39,103,206); }

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

<style>
 a { background-color: #2767CE; }

 a { background-color: rgb(39,103,206); }

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

<style>
 span { border-color: #2767CE; }

 span { border-color: rgb(39,103,206); }

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