Html Css Color HEX #363169 Deep Koamaru

📋 copy color: '#363169'

red 54 ◦ green 49 ◦ blue 105

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

Shades of Deep Koamaru #363169

Tints of Deep Koamaru #363169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 25.96%
G = 23.56%
B = 50.48%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363169 (or 0x363169) is known color: Deep Koamaru. HEX triplet: 36, 31 and 69. RGB value is (54,49,105). Sum of RGB (Red+Green+Blue) = 54+49+105=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #363169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363169 is #C9CE96. Grayscale: #383838. Windows color (decimal): -13225623 or 6893878. OLE color: 6893878.

HSL color Cylindrical-coordinate representation of color #363169: hue angle of 245.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363169 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 49 105 -
CMYK 0.49 0.53 0 0.59
HSL 245.36º 0.36% 0.3% -
HSV(B) 245.36º 0.53% 0.41% -
XYZ 5.17 4 13.86 -
YUV 56.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 54 49 105 0.49 0.53 0 0.59 245.36 0.36 0.3
Hex 36 31 69 31 35 0 3B F5 24 1E
Octal 66 61 151 61 65 0 73 365 44 36
Binary 110110 110001 1101001 110001 110101 0 111011 11110101 100100 11110

Color Harmonies of #363169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363169

Black with #363169

Text Example


Text Example

White with #363169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363169; }

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

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

background-color css

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

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

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

border-color css

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

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

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