#035EB9

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

Shades of Denim #035EB9

Tints of Denim #035EB9

Color information

#035EB9 (or 0x035EB9) is unknown color: approx Denim. HEX triplet: 03, 5E and B9. RGB value is (3,94,185). Sum of RGB (Red+Green+Blue) = 3+94+185=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #035EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EB9 is #FCA146. Grayscale: #4C4C4C. Windows color (decimal): -16556359 or 12148227. OLE color: 12148227.

HSL color Cylindrical-coordinate representation of color #035EB9: hue angle of 210º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035EB9 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB394185-
CMYK0.980.4900.27
HSL210º96.81%36.86%-
HSV(B)210º98.38%72.55%-
XYZ12.811.5347.45-
YUV77.16188.8575.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 65.60%
R=1.06%
G=33.33%
B=65.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3941850.980.4900.2721096.8136.86
Hex35EB9623101Bd26125
Octal31362711426103332214145
Binary111011110101110011100010110001011011110100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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