#035EB6

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

Shades of Denim #035EB6

Tints of Denim #035EB6

Color information

#035EB6 (or 0x035EB6) is unknown color: approx Denim. HEX triplet: 03, 5E and B6. RGB value is (3,94,182). Sum of RGB (Red+Green+Blue) = 3+94+182=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #035EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EB6 is #FCA149. Grayscale: #4C4C4C. Windows color (decimal): -16556362 or 11951619. OLE color: 11951619.

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

Color convert

RGB394182-
CMYK0.980.4800.29
HSL209.5º96.76%36.27%-
HSV(B)209.5º98.35%71.37%-
XYZ12.4811.445.8-
YUV76.82187.3575.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 182 (71.48% from 255) = 65.23%
R=1.08%
G=33.69%
B=65.23%

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
Decimal3941820.980.4800.29209.596.7636.27
Hex35EB6623001Dd16124
Octal31362661426003532114144
Binary111011110101101101100010110000011101110100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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