#0360B1

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

Shades of Denim #0360B1

Tints of Denim #0360B1

Color information

#0360B1 (or 0x0360B1) is unknown color: approx Denim. HEX triplet: 03, 60 and B1. RGB value is (3,96,177). Sum of RGB (Red+Green+Blue) = 3+96+177=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #0360B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0360B1 is #FC9F4E. Grayscale: #4D4D4D. Windows color (decimal): -16555855 or 11624451. OLE color: 11624451.

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

Color convert

RGB396177-
CMYK0.980.4600.31
HSL207.93º96.67%35.29%-
HSV(B)207.93º98.31%69.41%-
XYZ12.1611.5643.19-
YUV77.43184.1974.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 177 (69.53% from 255) = 64.13%
R=1.09%
G=34.78%
B=64.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3961770.980.4600.31207.9396.6735.29
Hex360B1622E01Fd06123
Octal31402611425603732014143
Binary111100000101100011100010101110011111110100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0360B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0360B1; }

 p { color: rgb(3,96,177); }

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

<style>
 a { background-color: #0360B1; }

 a { background-color: rgb(3,96,177); }

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

<style>
 span { border-color: #0360B1; }

 span { border-color: rgb(3,96,177); }

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