#0353BE

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

Shades of Denim #0353BE

Tints of Denim #0353BE

Color information

#0353BE (or 0x0353BE) is unknown color: approx Denim. HEX triplet: 03, 53 and BE. RGB value is (3,83,190). Sum of RGB (Red+Green+Blue) = 3+83+190=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #0353BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BE is #FCAC41. Grayscale: #464646. Windows color (decimal): -16559170 or 12473091. OLE color: 12473091.

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

Color convert

RGB383190-
CMYK0.980.5600.25
HSL214.33º96.89%37.84%-
HSV(B)214.33º98.42%74.51%-
XYZ12.439.9249.98-
YUV71.2819579.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 68.84%
R=1.09%
G=30.07%
B=68.84%

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
Decimal3831900.980.5600.25214.3396.8937.84
Hex353BE6238019d66126
Octal31232761427003132614146
Binary111010011101111101100010111000011001110101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0353BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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