#0369B4

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

Shades of Denim #0369B4

Tints of Denim #0369B4

Color information

#0369B4 (or 0x0369B4) is unknown color: approx Denim. HEX triplet: 03, 69 and B4. RGB value is (3,105,180). Sum of RGB (Red+Green+Blue) = 3+105+180=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #0369B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369B4 is #FC964B. Grayscale: #525252. Windows color (decimal): -16553548 or 11823363. OLE color: 11823363.

HSL color Cylindrical-coordinate representation of color #0369B4: hue angle of 205.42º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0369B4 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3105180-
CMYK0.980.4200.29
HSL205.42º96.72%35.88%-
HSV(B)205.42º98.33%70.59%-
XYZ13.3313.4245.07-
YUV83.05182.7170.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=1.04%
G=36.46%
B=62.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31051800.980.4200.29205.4296.7235.88
Hex369B4622A01Dcd6124
Octal31512641425203531514144
Binary111101001101101001100010101010011101110011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0369B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0369B4; }

 p { color: rgb(3,105,180); }

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

<style>
 a { background-color: #0369B4; }

 a { background-color: rgb(3,105,180); }

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

<style>
 span { border-color: #0369B4; }

 span { border-color: rgb(3,105,180); }

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