#0366B6

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

Shades of Denim #0366B6

Tints of Denim #0366B6

Color information

#0366B6 (or 0x0366B6) is unknown color: approx Denim. HEX triplet: 03, 66 and B6. RGB value is (3,102,182). Sum of RGB (Red+Green+Blue) = 3+102+182=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #0366B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366B6 is #FC9949. Grayscale: #515151. Windows color (decimal): -16554314 or 11953667. OLE color: 11953667.

HSL color Cylindrical-coordinate representation of color #0366B6: hue angle of 206.82º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0366B6 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3102182-
CMYK0.980.4400.29
HSL206.82º96.76%36.27%-
HSV(B)206.82º98.35%71.37%-
XYZ13.2312.946.05-
YUV81.52184.772-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 182 (71.48% from 255) = 63.41%
R=1.05%
G=35.54%
B=63.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31021820.980.4400.29206.8296.7636.27
Hex366B6622C01Dcf6124
Octal31462661425403531714144
Binary111100110101101101100010101100011101110011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0366B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0366B6; }

 p { color: rgb(3,102,182); }

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

<style>
 a { background-color: #0366B6; }

 a { background-color: rgb(3,102,182); }

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

<style>
 span { border-color: #0366B6; }

 span { border-color: rgb(3,102,182); }

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