Html Css Color HEX #373760 Deep Koamaru

📋 copy color: '#373760'

red 55 ◦ green 55 ◦ blue 96

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

Shades of Deep Koamaru #373760

Tints of Deep Koamaru #373760

RGB

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

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

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

R = 26.7%
G = 26.7%
B = 46.6%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373760 (or 0x373760) is known color: Deep Koamaru. HEX triplet: 37, 37 and 60. RGB value is (55,55,96). Sum of RGB (Red+Green+Blue) = 55+55+96=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #373760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373760 is #C8C89F. Grayscale: #3B3B3B. Windows color (decimal): -13158560 or 6305591. OLE color: 6305591.

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

Color convert

RGB 55 55 96 -
CMYK 0.43 0.43 0 0.62
HSL 240º 0.27% 0.3% -
HSV(B) 240º 0.43% 0.38% -
XYZ 5.05 4.39 11.65 -
YUV 59.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 55 55 96 0.43 0.43 0 0.62 240 0.27 0.3
Hex 37 37 60 2B 2B 0 3E F0 1B 1E
Octal 67 67 140 53 53 0 76 360 33 36
Binary 110111 110111 1100000 101011 101011 0 111110 11110000 11011 11110

Color Harmonies of #373760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373760

Black with #373760

Text Example


Text Example

White with #373760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373760; }

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

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

background-color css

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

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

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

border-color css

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

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

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