#0364AC

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

Shades of Denim #0364AC

Tints of Denim #0364AC

Color information

#0364AC (or 0x0364AC) is unknown color: approx Denim. HEX triplet: 03, 64 and AC. RGB value is (3,100,172). Sum of RGB (Red+Green+Blue) = 3+100+172=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0364AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364AC is #FC9B53. Grayscale: #4E4E4E. Windows color (decimal): -16554836 or 11297795. OLE color: 11297795.

HSL color Cylindrical-coordinate representation of color #0364AC: hue angle of 205.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364AC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3100172-
CMYK0.980.4200.33
HSL205.56º96.57%34.31%-
HSV(B)205.56º98.26%67.45%-
XYZ12.0412.1140.73-
YUV79.2180.3673.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=1.09%
G=36.36%
B=62.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31001720.980.4200.33205.5696.5734.31
Hex364AC622A021ce6122
Octal31442541425204131614142
Binary1111001001010110011000101010100100001110011101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0364AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0364AC; }

 p { color: rgb(3,100,172); }

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

<style>
 a { background-color: #0364AC; }

 a { background-color: rgb(3,100,172); }

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

<style>
 span { border-color: #0364AC; }

 span { border-color: rgb(3,100,172); }

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