#0354BD

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

Shades of Denim #0354BD

Tints of Denim #0354BD

Color information

#0354BD (or 0x0354BD) is unknown color: approx Denim. HEX triplet: 03, 54 and BD. RGB value is (3,84,189). Sum of RGB (Red+Green+Blue) = 3+84+189=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0354BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0354BD is #FCAB42. Grayscale: #474747. Windows color (decimal): -16558915 or 12407811. OLE color: 12407811.

HSL color Cylindrical-coordinate representation of color #0354BD: hue angle of 213.87º 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 #0354BD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB384189-
CMYK0.980.5600.26
HSL213.87º96.88%37.65%-
HSV(B)213.87º98.41%74.12%-
XYZ12.3910.0349.43-
YUV71.75194.1678.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=1.09%
G=30.43%
B=68.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3841890.980.5600.26213.8796.8837.65
Hex354BD623801Ad66126
Octal31242751427003232614146
Binary111010100101111011100010111000011010110101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0354BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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