Html Css Color HEX #363174 Deep Koamaru

📋 copy color: '#363174'

red 54 ◦ green 49 ◦ blue 116

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

Shades of Deep Koamaru #363174

Tints of Deep Koamaru #363174

RGB

 RED value IS 54 (21.48% from 255) = 24.66%

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 24.66%
G = 22.37%
B = 52.97%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363174 (or 0x363174) is known color: Deep Koamaru. HEX triplet: 36, 31 and 74. RGB value is (54,49,116). Sum of RGB (Red+Green+Blue) = 54+49+116=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #363174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363174 is #C9CE8B. Grayscale: #393939. Windows color (decimal): -13225612 or 7614774. OLE color: 7614774.

HSL color Cylindrical-coordinate representation of color #363174: hue angle of 244.48º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363174 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 49 116 -
CMYK 0.53 0.58 0 0.55
HSL 244.48º 0.41% 0.32% -
HSV(B) 244.48º 0.58% 0.45% -
XYZ 5.77 4.24 17.04 -
YUV 58.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 54 49 116 0.53 0.58 0 0.55 244.48 0.41 0.32
Hex 36 31 74 35 3A 0 37 F4 29 20
Octal 66 61 164 65 72 0 67 364 51 40
Binary 110110 110001 1110100 110101 111010 0 110111 11110100 101001 100000

Color Harmonies of #363174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363174

Black with #363174

Text Example


Text Example

White with #363174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363174; }

 p { color: rgb(54,49,116); }

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

background-color css

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

 a { background-color: rgb(54,49,116); }

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

border-color css

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

 span { border-color: rgb(54,49,116); }

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