Html Css Color HEX #373960 Deep Koamaru

📋 copy color: '#373960'

red 55 ◦ green 57 ◦ blue 96

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

Shades of Deep Koamaru #373960

Tints of Deep Koamaru #373960

RGB

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

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

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

R = 26.44%
G = 27.4%
B = 46.15%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373960 (or 0x373960) is known color: Deep Koamaru. HEX triplet: 37, 39 and 60. RGB value is (55,57,96). Sum of RGB (Red+Green+Blue) = 55+57+96=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #373960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373960 is #C8C69F. Grayscale: #3C3C3C. Windows color (decimal): -13158048 or 6306103. OLE color: 6306103.

HSL color Cylindrical-coordinate representation of color #373960: hue angle of 237.07º 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 #373960 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 57 96 -
CMYK 0.43 0.41 0 0.62
HSL 237.07º 0.27% 0.3% -
HSV(B) 237.07º 0.43% 0.38% -
XYZ 5.15 4.58 11.68 -
YUV 60.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 55 57 96 0.43 0.41 0 0.62 237.07 0.27 0.3
Hex 37 39 60 2B 29 0 3E ED 1B 1E
Octal 67 71 140 53 51 0 76 355 33 36
Binary 110111 111001 1100000 101011 101001 0 111110 11101101 11011 11110

Color Harmonies of #373960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373960

Black with #373960

Text Example


Text Example

White with #373960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373960; }

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

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

background-color css

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

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

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

border-color css

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

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

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