#0359BD

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

Shades of Denim #0359BD

Tints of Denim #0359BD

Color information

#0359BD (or 0x0359BD) is unknown color: approx Denim. HEX triplet: 03, 59 and BD. RGB value is (3,89,189). Sum of RGB (Red+Green+Blue) = 3+89+189=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0359BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359BD is #FCA642. Grayscale: #4A4A4A. Windows color (decimal): -16557635 or 12409091. OLE color: 12409091.

HSL color Cylindrical-coordinate representation of color #0359BD: hue angle of 212.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0359BD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB389189-
CMYK0.980.5300.26
HSL212.26º96.88%37.65%-
HSV(B)212.26º98.41%74.12%-
XYZ12.810.8449.56-
YUV74.69192.5176.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=1.07%
G=31.67%
B=67.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3891890.980.5300.26212.2696.8837.65
Hex359BD623501Ad46126
Octal31312751426503232414146
Binary111011001101111011100010110101011010110101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0359BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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