#0361AF

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

Shades of Denim #0361AF

Tints of Denim #0361AF

Color information

#0361AF (or 0x0361AF) is unknown color: approx Denim. HEX triplet: 03, 61 and AF. RGB value is (3,97,175). Sum of RGB (Red+Green+Blue) = 3+97+175=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #0361AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0361AF is #FC9E50. Grayscale: #4D4D4D. Windows color (decimal): -16555601 or 11493635. OLE color: 11493635.

HSL color Cylindrical-coordinate representation of color #0361AF: hue angle of 207.21º 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 #0361AF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB397175-
CMYK0.980.4500.31
HSL207.21º96.63%34.9%-
HSV(B)207.21º98.29%68.63%-
XYZ12.0511.6642.17-
YUV77.79182.8674.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=1.09%
G=35.27%
B=63.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3971750.980.4500.31207.2196.6334.9
Hex361AF622D01Fcf6123
Octal31412571425503731714143
Binary111100001101011111100010101101011111110011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0361AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0361AF; }

 p { color: rgb(3,97,175); }

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

<style>
 a { background-color: #0361AF; }

 a { background-color: rgb(3,97,175); }

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

<style>
 span { border-color: #0361AF; }

 span { border-color: rgb(3,97,175); }

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