#0354BE

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

Shades of Denim #0354BE

Tints of Denim #0354BE

Color information

#0354BE (or 0x0354BE) is unknown color: approx Denim. HEX triplet: 03, 54 and BE. RGB value is (3,84,190). Sum of RGB (Red+Green+Blue) = 3+84+190=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0354BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0354BE is #FCAB41. Grayscale: #474747. Windows color (decimal): -16558914 or 12473347. OLE color: 12473347.

HSL color Cylindrical-coordinate representation of color #0354BE: hue angle of 214.01º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0354BE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB384190-
CMYK0.980.5600.25
HSL214.01º96.89%37.84%-
HSV(B)214.01º98.42%74.51%-
XYZ12.510.0850-
YUV71.86194.6678.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 190 (74.61% from 255) = 68.59%
R=1.08%
G=30.32%
B=68.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3841900.980.5600.25214.0196.8937.84
Hex354BE6238019d66126
Octal31242761427003132614146
Binary111010100101111101100010111000011001110101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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