Html Css Color HEX #36365B Deep Koamaru

📋 copy color: '#36365B'

red 54 ◦ green 54 ◦ blue 91

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

Shades of Deep Koamaru #36365B

Tints of Deep Koamaru #36365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 27.14%
G = 27.14%
B = 45.73%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36365B (or 0x36365B) is known color: Deep Koamaru. HEX triplet: 36, 36 and 5B. RGB value is (54,54,91). Sum of RGB (Red+Green+Blue) = 54+54+91=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #36365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36365B is #C9C9A4. Grayscale: #3A3A3A. Windows color (decimal): -13224357 or 5977654. OLE color: 5977654.

HSL color Cylindrical-coordinate representation of color #36365B: hue angle of 240º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36365B is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 54 91 -
CMYK 0.41 0.41 0 0.64
HSL 240º 0.26% 0.28% -
HSV(B) 240º 0.41% 0.36% -
XYZ 4.73 4.18 10.45 -
YUV 58.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 54 54 91 0.41 0.41 0 0.64 240 0.26 0.28
Hex 36 36 5B 29 29 0 40 F0 1A 1C
Octal 66 66 133 51 51 0 100 360 32 34
Binary 110110 110110 1011011 101001 101001 0 1000000 11110000 11010 11100

Color Harmonies of #36365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36365B

Black with #36365B

Text Example


Text Example

White with #36365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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