Html Css Color HEX #373560 Deep Koamaru

📋 copy color: '#373560'

red 55 ◦ green 53 ◦ blue 96

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

Shades of Deep Koamaru #373560

Tints of Deep Koamaru #373560

RGB

 RED value IS 55 (21.88% from 255) = 26.96%

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 26.96%
G = 25.98%
B = 47.06%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373560 (or 0x373560) is known color: Deep Koamaru. HEX triplet: 37, 35 and 60. RGB value is (55,53,96). Sum of RGB (Red+Green+Blue) = 55+53+96=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #373560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373560 is #C8CA9F. Grayscale: #3A3A3A. Windows color (decimal): -13159072 or 6305079. OLE color: 6305079.

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

Color convert

RGB 55 53 96 -
CMYK 0.43 0.45 0 0.62
HSL 242.79º 0.29% 0.29% -
HSV(B) 242.79º 0.45% 0.38% -
XYZ 4.96 4.2 11.62 -
YUV 58.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 55 53 96 0.43 0.45 0 0.62 242.79 0.29 0.29
Hex 37 35 60 2B 2D 0 3E F3 1D 1D
Octal 67 65 140 53 55 0 76 363 35 35
Binary 110111 110101 1100000 101011 101101 0 111110 11110011 11101 11101

Color Harmonies of #373560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373560

Black with #373560

Text Example


Text Example

White with #373560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373560; }

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

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

background-color css

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

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

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

border-color css

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

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

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