#035FB6

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

Shades of Denim #035FB6

Tints of Denim #035FB6

Color information

#035FB6 (or 0x035FB6) is unknown color: approx Denim. HEX triplet: 03, 5F and B6. RGB value is (3,95,182). Sum of RGB (Red+Green+Blue) = 3+95+182=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #035FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FB6 is #FCA049. Grayscale: #4C4C4C. Windows color (decimal): -16556106 or 11951875. OLE color: 11951875.

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

Color convert

RGB395182-
CMYK0.980.4800.29
HSL209.16º96.76%36.27%-
HSV(B)209.16º98.35%71.37%-
XYZ12.5711.5845.83-
YUV77.41187.0274.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 182 (71.48% from 255) = 65%
R=1.07%
G=33.93%
B=65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3951820.980.4800.29209.1696.7636.27
Hex35FB6623001Dd16124
Octal31372661426003532114144
Binary111011111101101101100010110000011101110100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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