#0359BA

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

Shades of Denim #0359BA

Tints of Denim #0359BA

Color information

#0359BA (or 0x0359BA) is unknown color: approx Denim. HEX triplet: 03, 59 and BA. RGB value is (3,89,186). Sum of RGB (Red+Green+Blue) = 3+89+186=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #0359BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359BA is #FCA645. Grayscale: #494949. Windows color (decimal): -16557638 or 12212483. OLE color: 12212483.

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

Color convert

RGB389186-
CMYK0.980.5200.27
HSL211.8º96.83%37.06%-
HSV(B)211.8º98.39%72.94%-
XYZ12.4710.7147.86-
YUV74.34191.0177.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=1.08%
G=32.01%
B=66.91%

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
Decimal3891860.980.5200.27211.896.8337.06
Hex359BA623401Bd46125
Octal31312721426403332414145
Binary111011001101110101100010110100011011110101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0359BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0359BA; }

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

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

<style>
 a { background-color: #0359BA; }

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

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

<style>
 span { border-color: #0359BA; }

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

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