Html Css Color HEX #36325C Deep Koamaru

📋 copy color: '#36325C'

red 54 ◦ green 50 ◦ blue 92

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

Shades of Deep Koamaru #36325C

Tints of Deep Koamaru #36325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 27.55%
G = 25.51%
B = 46.94%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36325C (or 0x36325C) is known color: Deep Koamaru. HEX triplet: 36, 32 and 5C. RGB value is (54,50,92). Sum of RGB (Red+Green+Blue) = 54+50+92=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #36325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325C is #C9CDA3. Grayscale: #373737. Windows color (decimal): -13225380 or 6042166. OLE color: 6042166.

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

Color convert

RGB 54 50 92 -
CMYK 0.41 0.46 0 0.64
HSL 245.71º 0.3% 0.28% -
HSV(B) 245.71º 0.46% 0.36% -
XYZ 4.59 3.84 10.62 -
YUV 55.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 54 50 92 0.41 0.46 0 0.64 245.71 0.3 0.28
Hex 36 32 5C 29 2E 0 40 F6 1E 1C
Octal 66 62 134 51 56 0 100 366 36 34
Binary 110110 110010 1011100 101001 101110 0 1000000 11110110 11110 11100

Color Harmonies of #36325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36325C

Black with #36325C

Text Example


Text Example

White with #36325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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