Html Css Color HEX #36346B Deep Koamaru

📋 copy color: '#36346B'

red 54 ◦ green 52 ◦ blue 107

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

Shades of Deep Koamaru #36346B

Tints of Deep Koamaru #36346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.23%

R = 25.35%
G = 24.41%
B = 50.23%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36346B (or 0x36346B) is known color: Deep Koamaru. HEX triplet: 36, 34 and 6B. RGB value is (54,52,107). Sum of RGB (Red+Green+Blue) = 54+52+107=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #36346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36346B is #C9CB94. Grayscale: #3A3A3A. Windows color (decimal): -13224853 or 7025718. OLE color: 7025718.

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

Color convert

RGB 54 52 107 -
CMYK 0.50 0.51 0 0.58
HSL 242.18º 0.35% 0.31% -
HSV(B) 242.18º 0.51% 0.42% -
XYZ 5.4 4.3 14.46 -
YUV 58.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 54 52 107 0.50 0.51 0 0.58 242.18 0.35 0.31
Hex 36 34 6B 32 33 0 3A F2 23 1F
Octal 66 64 153 62 63 0 72 362 43 37
Binary 110110 110100 1101011 110010 110011 0 111010 11110010 100011 11111

Color Harmonies of #36346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36346B

Black with #36346B

Text Example


Text Example

White with #36346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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