Html Css Color HEX #0361AA Denim

📋 copy color: '#0361AA'

red 3 ◦ green 97 ◦ blue 170

#0361AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #0361AA

Tints of Denim #0361AA

RGB

 RED value IS 3 (1.56% from 255) = 1.11%

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 1.11%
G = 35.93%
B = 62.96%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0361AA (or 0x0361AA) is known color: Denim. HEX triplet: 03, 61 and AA. RGB value is (3,97,170). Sum of RGB (Red+Green+Blue) = 3+97+170=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #0361AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0361AA is #FC9E55. Grayscale: #4C4C4C. Windows color (decimal): -16555606 or 11165955. OLE color: 11165955.

HSL color Cylindrical-coordinate representation of color #0361AA: hue angle of 206.23º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0361AA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 97 170 -
CMYK 0.98 0.43 0 0.33
HSL 206.23º 0.97% 0.34% -
HSV(B) 206.23º 0.98% 0.67% -
XYZ 11.57 11.47 39.63 -
YUV 77.22 180.36 75.06 -
System Red Green Blue C M Y K H S L
Decimal 3 97 170 0.98 0.43 0 0.33 206.23 0.97 0.34
Hex 3 61 AA 62 2B 0 21 CE 61 22
Octal 3 141 252 142 53 0 41 316 141 42
Binary 11 1100001 10101010 1100010 101011 0 100001 11001110 1100001 100010

Color Harmonies of #0361AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361AA

Black with #0361AA

Text Example


Text Example

White with #0361AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0361AA;
 }
 .AnyTagClassName
 {
   color: #0361AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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