Html Css Color HEX #363760 Deep Koamaru

📋 copy color: '#363760'

red 54 ◦ green 55 ◦ blue 96

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

Shades of Deep Koamaru #363760

Tints of Deep Koamaru #363760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 26.34%
G = 26.83%
B = 46.83%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363760 (or 0x363760) is known color: Deep Koamaru. HEX triplet: 36, 37 and 60. RGB value is (54,55,96). Sum of RGB (Red+Green+Blue) = 54+55+96=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #363760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363760 is #C9C89F. Grayscale: #3B3B3B. Windows color (decimal): -13224096 or 6305590. OLE color: 6305590.

HSL color Cylindrical-coordinate representation of color #363760: hue angle of 238.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363760 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 55 96 -
CMYK 0.44 0.43 0 0.62
HSL 238.57º 0.28% 0.29% -
HSV(B) 238.57º 0.44% 0.38% -
XYZ 5 4.36 11.64 -
YUV 59.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 54 55 96 0.44 0.43 0 0.62 238.57 0.28 0.29
Hex 36 37 60 2C 2B 0 3E EF 1C 1D
Octal 66 67 140 54 53 0 76 357 34 35
Binary 110110 110111 1100000 101100 101011 0 111110 11101111 11100 11101

Color Harmonies of #363760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363760

Black with #363760

Text Example


Text Example

White with #363760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363760; }

 p { color: rgb(54,55,96); }

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

background-color css

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

 a { background-color: rgb(54,55,96); }

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

border-color css

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

 span { border-color: rgb(54,55,96); }

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