Html Css Color HEX #36365C Deep Koamaru

📋 copy color: '#36365C'

red 54 ◦ green 54 ◦ blue 92

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

Shades of Deep Koamaru #36365C

Tints of Deep Koamaru #36365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 27%
G = 27%
B = 46%

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

#36365C (or 0x36365C) is known color: Deep Koamaru. HEX triplet: 36, 36 and 5C. RGB value is (54,54,92). Sum of RGB (Red+Green+Blue) = 54+54+92=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #36365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36365C is #C9C9A3. Grayscale: #3A3A3A. Windows color (decimal): -13224356 or 6043190. OLE color: 6043190.

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

Color convert

RGB 54 54 92 -
CMYK 0.41 0.41 0 0.64
HSL 240º 0.26% 0.29% -
HSV(B) 240º 0.41% 0.36% -
XYZ 4.77 4.2 10.68 -
YUV 58.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 54 54 92 0.41 0.41 0 0.64 240 0.26 0.29
Hex 36 36 5C 29 29 0 40 F0 1A 1D
Octal 66 66 134 51 51 0 100 360 32 35
Binary 110110 110110 1011100 101001 101001 0 1000000 11110000 11010 11101

Color Harmonies of #36365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36365C

Black with #36365C

Text Example


Text Example

White with #36365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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