Html Css Color HEX #36346C Deep Koamaru

📋 copy color: '#36346C'

red 54 ◦ green 52 ◦ blue 108

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

Shades of Deep Koamaru #36346C

Tints of Deep Koamaru #36346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 25.23%
G = 24.3%
B = 50.47%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36346C (or 0x36346C) is known color: Deep Koamaru. HEX triplet: 36, 34 and 6C. RGB value is (54,52,108). Sum of RGB (Red+Green+Blue) = 54+52+108=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #36346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36346C is #C9CB93. Grayscale: #3A3A3A. Windows color (decimal): -13224852 or 7091254. OLE color: 7091254.

HSL color Cylindrical-coordinate representation of color #36346C: hue angle of 242.14º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36346C is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 52 108 -
CMYK 0.50 0.52 0 0.58
HSL 242.14º 0.35% 0.31% -
HSV(B) 242.14º 0.52% 0.42% -
XYZ 5.46 4.32 14.73 -
YUV 58.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 54 52 108 0.50 0.52 0 0.58 242.14 0.35 0.31
Hex 36 34 6C 32 34 0 3A F2 23 1F
Octal 66 64 154 62 64 0 72 362 43 37
Binary 110110 110100 1101100 110010 110100 0 111010 11110010 100011 11111

Color Harmonies of #36346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36346C

Black with #36346C

Text Example


Text Example

White with #36346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,52,108); }

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

background-color css

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

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

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

border-color css

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

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

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