#035BB6

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

Shades of Denim #035BB6

Tints of Denim #035BB6

Color information

#035BB6 (or 0x035BB6) is unknown color: approx Denim. HEX triplet: 03, 5B and B6. RGB value is (3,91,182). Sum of RGB (Red+Green+Blue) = 3+91+182=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 182 (71.48% from 255 or 65.94% from 276); Max value from RGB is 182 - color contains mainly: blue. Hex color #035BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BB6 is #FCA449. Grayscale: #4A4A4A. Windows color (decimal): -16557130 or 11950851. OLE color: 11950851.

HSL color Cylindrical-coordinate representation of color #035BB6: hue angle of 210.5º 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 #035BB6 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB391182-
CMYK0.980.500.29
HSL210.5º96.76%36.27%-
HSV(B)210.5º98.35%71.37%-
XYZ12.2210.8845.71-
YUV75.06188.3576.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 182 (71.48% from 255) = 65.94%
R=1.09%
G=32.97%
B=65.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3911820.980.500.29210.596.7636.27
Hex35BB6623201Dd36124
Octal31332661426203532314144
Binary111011011101101101100010110010011101110100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035BB6; }

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

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

<style>
 a { background-color: #035BB6; }

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

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

<style>
 span { border-color: #035BB6; }

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

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