#035FB9

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

Shades of Denim #035FB9

Tints of Denim #035FB9

Color information

#035FB9 (or 0x035FB9) is unknown color: approx Denim. HEX triplet: 03, 5F and B9. RGB value is (3,95,185). Sum of RGB (Red+Green+Blue) = 3+95+185=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #035FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FB9 is #FCA046. Grayscale: #4D4D4D. Windows color (decimal): -16556103 or 12148483. OLE color: 12148483.

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

Color convert

RGB395185-
CMYK0.980.4900.27
HSL209.67º96.81%36.86%-
HSV(B)209.67º98.38%72.55%-
XYZ12.8911.7147.48-
YUV77.75188.5274.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 185 (72.66% from 255) = 65.37%
R=1.06%
G=33.57%
B=65.37%

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
Decimal3951850.980.4900.27209.6796.8136.86
Hex35FB9623101Bd26125
Octal31372711426103332214145
Binary111011111101110011100010110001011011110100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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