Html Css Color HEX #363463 Deep Koamaru

📋 copy color: '#363463'

red 54 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #363463

Tints of Deep Koamaru #363463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 26.34%
G = 25.37%
B = 48.29%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363463 (or 0x363463) is known color: Deep Koamaru. HEX triplet: 36, 34 and 63. RGB value is (54,52,99). Sum of RGB (Red+Green+Blue) = 54+52+99=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #363463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363463 is #C9CB9C. Grayscale: #393939. Windows color (decimal): -13224861 or 6501430. OLE color: 6501430.

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

Color convert

RGB 54 52 99 -
CMYK 0.45 0.47 0 0.61
HSL 242.55º 0.31% 0.3% -
HSV(B) 242.55º 0.47% 0.39% -
XYZ 5 4.14 12.34 -
YUV 57.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 54 52 99 0.45 0.47 0 0.61 242.55 0.31 0.3
Hex 36 34 63 2D 2F 0 3D F3 1F 1E
Octal 66 64 143 55 57 0 75 363 37 36
Binary 110110 110100 1100011 101101 101111 0 111101 11110011 11111 11110

Color Harmonies of #363463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363463

Black with #363463

Text Example


Text Example

White with #363463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363463; }

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

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

background-color css

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

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

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

border-color css

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

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

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