Html Css Color HEX #363364 Deep Koamaru

📋 copy color: '#363364'

red 54 ◦ green 51 ◦ blue 100

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

Shades of Deep Koamaru #363364

Tints of Deep Koamaru #363364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 26.34%
G = 24.88%
B = 48.78%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363364 (or 0x363364) is known color: Deep Koamaru. HEX triplet: 36, 33 and 64. RGB value is (54,51,100). Sum of RGB (Red+Green+Blue) = 54+51+100=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #363364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363364 is #C9CC9B. Grayscale: #393939. Windows color (decimal): -13225116 or 6566710. OLE color: 6566710.

HSL color Cylindrical-coordinate representation of color #363364: hue angle of 243.67º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #363364 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 51 100 -
CMYK 0.46 0.49 0 0.61
HSL 243.67º 0.32% 0.3% -
HSV(B) 243.67º 0.49% 0.39% -
XYZ 5.01 4.07 12.58 -
YUV 57.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 54 51 100 0.46 0.49 0 0.61 243.67 0.32 0.3
Hex 36 33 64 2E 31 0 3D F4 20 1E
Octal 66 63 144 56 61 0 75 364 40 36
Binary 110110 110011 1100100 101110 110001 0 111101 11110100 100000 11110

Color Harmonies of #363364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363364

Black with #363364

Text Example


Text Example

White with #363364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363364; }

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

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

background-color css

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

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

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

border-color css

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

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

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