Html Css Color HEX #363963 Deep Koamaru

📋 copy color: '#363963'

red 54 ◦ green 57 ◦ blue 99

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

Shades of Deep Koamaru #363963

Tints of Deep Koamaru #363963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

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

R = 25.71%
G = 27.14%
B = 47.14%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363963 (or 0x363963) is known color: Deep Koamaru. HEX triplet: 36, 39 and 63. RGB value is (54,57,99). Sum of RGB (Red+Green+Blue) = 54+57+99=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #363963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363963 is #C9C69C. Grayscale: #3C3C3C. Windows color (decimal): -13223581 or 6502710. OLE color: 6502710.

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

Color convert

RGB 54 57 99 -
CMYK 0.45 0.42 0 0.61
HSL 236º 0.29% 0.3% -
HSV(B) 236º 0.45% 0.39% -
XYZ 5.24 4.61 12.42 -
YUV 60.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 54 57 99 0.45 0.42 0 0.61 236 0.29 0.3
Hex 36 39 63 2D 2A 0 3D EC 1D 1E
Octal 66 71 143 55 52 0 75 354 35 36
Binary 110110 111001 1100011 101101 101010 0 111101 11101100 11101 11110

Color Harmonies of #363963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363963

Black with #363963

Text Example


Text Example

White with #363963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363963; }

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

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

background-color css

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

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

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

border-color css

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

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

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