#0364B0

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

Shades of Denim #0364B0

Tints of Denim #0364B0

Color information

#0364B0 (or 0x0364B0) is unknown color: approx Denim. HEX triplet: 03, 64 and B0. RGB value is (3,100,176). Sum of RGB (Red+Green+Blue) = 3+100+176=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 176 (69.14% from 255 or 63.08% from 279); Max value from RGB is 176 - color contains mainly: blue. Hex color #0364B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364B0 is #FC9B4F. Grayscale: #4F4F4F. Windows color (decimal): -16554832 or 11559939. OLE color: 11559939.

HSL color Cylindrical-coordinate representation of color #0364B0: hue angle of 206.36º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364B0 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3100176-
CMYK0.980.4300.31
HSL206.36º96.65%35.1%-
HSV(B)206.36º98.3%69.02%-
XYZ12.4312.2742.79-
YUV79.66182.3673.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 176 (69.14% from 255) = 63.08%
R=1.08%
G=35.84%
B=63.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31001760.980.4300.31206.3696.6535.1
Hex364B0622B01Fce6123
Octal31442601425303731614143
Binary111100100101100001100010101011011111110011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0364B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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