#035ABA

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

Shades of Denim #035ABA

Tints of Denim #035ABA

Color information

#035ABA (or 0x035ABA) is unknown color: approx Denim. HEX triplet: 03, 5A and BA. RGB value is (3,90,186). Sum of RGB (Red+Green+Blue) = 3+90+186=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #035ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ABA is #FCA545. Grayscale: #4A4A4A. Windows color (decimal): -16557382 or 12212739. OLE color: 12212739.

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

Color convert

RGB390186-
CMYK0.980.5200.27
HSL211.48º96.83%37.06%-
HSV(B)211.48º98.39%72.94%-
XYZ12.5610.8847.89-
YUV74.93190.6876.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=1.08%
G=32.26%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3901860.980.5200.27211.4896.8337.06
Hex35ABA623401Bd36125
Octal31322721426403332314145
Binary111011010101110101100010110100011011110100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,186); }

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

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

 a { background-color: rgb(3,90,186); }

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

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

 span { border-color: rgb(3,90,186); }

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