Html Css Color HEX #36335A Deep Koamaru

📋 copy color: '#36335A'

red 54 ◦ green 51 ◦ blue 90

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

Shades of Deep Koamaru #36335A

Tints of Deep Koamaru #36335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

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

R = 27.69%
G = 26.15%
B = 46.15%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36335A (or 0x36335A) is known color: Deep Koamaru. HEX triplet: 36, 33 and 5A. RGB value is (54,51,90). Sum of RGB (Red+Green+Blue) = 54+51+90=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #36335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36335A is #C9CCA5. Grayscale: #383838. Windows color (decimal): -13225126 or 5911350. OLE color: 5911350.

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

Color convert

RGB 54 51 90 -
CMYK 0.40 0.43 0 0.65
HSL 244.62º 0.28% 0.28% -
HSV(B) 244.62º 0.43% 0.35% -
XYZ 4.55 3.89 10.18 -
YUV 56.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 54 51 90 0.40 0.43 0 0.65 244.62 0.28 0.28
Hex 36 33 5A 28 2B 0 41 F5 1C 1C
Octal 66 63 132 50 53 0 101 365 34 34
Binary 110110 110011 1011010 101000 101011 0 1000001 11110101 11100 11100

Color Harmonies of #36335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36335A

Black with #36335A

Text Example


Text Example

White with #36335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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