Html Css Color HEX #36365A Deep Koamaru

📋 copy color: '#36365A'

red 54 ◦ green 54 ◦ blue 90

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

Shades of Deep Koamaru #36365A

Tints of Deep Koamaru #36365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36365A (or 0x36365A) is known color: Deep Koamaru. HEX triplet: 36, 36 and 5A. RGB value is (54,54,90). Sum of RGB (Red+Green+Blue) = 54+54+90=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #36365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36365A is #C9C9A5. Grayscale: #393939. Windows color (decimal): -13224358 or 5912118. OLE color: 5912118.

HSL color Cylindrical-coordinate representation of color #36365A: hue angle of 240º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36365A is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 54 90 -
CMYK 0.40 0.40 0 0.65
HSL 240º 0.25% 0.28% -
HSV(B) 240º 0.4% 0.35% -
XYZ 4.69 4.16 10.23 -
YUV 58.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 54 54 90 0.40 0.40 0 0.65 240 0.25 0.28
Hex 36 36 5A 28 28 0 41 F0 19 1C
Octal 66 66 132 50 50 0 101 360 31 34
Binary 110110 110110 1011010 101000 101000 0 1000001 11110000 11001 11100

Color Harmonies of #36365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36365A

Black with #36365A

Text Example


Text Example

White with #36365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36365A; }

 p { color: rgb(54,54,90); }

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

background-color css

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

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

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

border-color css

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

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

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