#2F6EBD

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

Shades of Denim #2F6EBD

Tints of Denim #2F6EBD

Color information

#2F6EBD (or 0x2F6EBD) is unknown color: approx Denim. HEX triplet: 2F, 6E and BD. RGB value is (47,110,189). Sum of RGB (Red+Green+Blue) = 47+110+189=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F6EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6EBD is #D09142. Grayscale: #636363. Windows color (decimal): -13668675 or 12414511. OLE color: 12414511.

HSL color Cylindrical-coordinate representation of color #2F6EBD: hue angle of 213.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6EBD is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB47110189-
CMYK0.750.4200.26
HSL213.38º60.17%46.27%-
HSV(B)213.38º75.13%74.12%-
XYZ15.9315.4350.28-
YUV100.17178.1390.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.58%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=13.58%
G=31.79%
B=54.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471101890.750.4200.26213.3860.1746.27
Hex2F6EBD4B2A01Ad53c2e
Octal57156275113520323257456
Binary101111110111010111101100101110101001101011010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,189); }

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

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

 a { background-color: rgb(47,110,189); }

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

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

 span { border-color: rgb(47,110,189); }

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