Html Css Color HEX #363575 Deep Koamaru

📋 copy color: '#363575'

red 54 ◦ green 53 ◦ blue 117

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

Shades of Deep Koamaru #363575

Tints of Deep Koamaru #363575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.66%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 24.11%
G = 23.66%
B = 52.23%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363575 (or 0x363575) is known color: Deep Koamaru. HEX triplet: 36, 35 and 75. RGB value is (54,53,117). Sum of RGB (Red+Green+Blue) = 54+53+117=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #363575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363575 is #C9CA8A. Grayscale: #3C3C3C. Windows color (decimal): -13224587 or 7681334. OLE color: 7681334.

HSL color Cylindrical-coordinate representation of color #363575: hue angle of 240.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363575 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 53 117 -
CMYK 0.54 0.55 0 0.54
HSL 240.94º 0.38% 0.33% -
HSV(B) 240.94º 0.55% 0.46% -
XYZ 6.01 4.61 17.4 -
YUV 60.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 54 53 117 0.54 0.55 0 0.54 240.94 0.38 0.33
Hex 36 35 75 36 37 0 36 F1 26 21
Octal 66 65 165 66 67 0 66 361 46 41
Binary 110110 110101 1110101 110110 110111 0 110110 11110001 100110 100001

Color Harmonies of #363575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363575

Black with #363575

Text Example


Text Example

White with #363575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363575; }

 p { color: rgb(54,53,117); }

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

background-color css

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

 a { background-color: rgb(54,53,117); }

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

border-color css

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

 span { border-color: rgb(54,53,117); }

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