#0365B3

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

Shades of Denim #0365B3

Tints of Denim #0365B3

Color information

#0365B3 (or 0x0365B3) is unknown color: approx Denim. HEX triplet: 03, 65 and B3. RGB value is (3,101,179). Sum of RGB (Red+Green+Blue) = 3+101+179=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #0365B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365B3 is #FC9A4C. Grayscale: #505050. Windows color (decimal): -16554573 or 11756803. OLE color: 11756803.

HSL color Cylindrical-coordinate representation of color #0365B3: hue angle of 206.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0365B3 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3101179-
CMYK0.980.4400.30
HSL206.59º96.7%35.69%-
HSV(B)206.59º98.32%70.2%-
XYZ12.8312.5844.4-
YUV80.59183.5372.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 179 (70.31% from 255) = 63.25%
R=1.06%
G=35.69%
B=63.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31011790.980.4400.30206.5996.735.69
Hex365B3622C01Ecf6124
Octal31452631425403631714144
Binary111100101101100111100010101100011110110011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0365B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0365B3; }

 p { color: rgb(3,101,179); }

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

<style>
 a { background-color: #0365B3; }

 a { background-color: rgb(3,101,179); }

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

<style>
 span { border-color: #0365B3; }

 span { border-color: rgb(3,101,179); }

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