Html Css Color HEX #373261 Deep Koamaru

📋 copy color: '#373261'

red 55 ◦ green 50 ◦ blue 97

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

Shades of Deep Koamaru #373261

Tints of Deep Koamaru #373261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 27.23%
G = 24.75%
B = 48.02%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373261 (or 0x373261) is known color: Deep Koamaru. HEX triplet: 37, 32 and 61. RGB value is (55,50,97). Sum of RGB (Red+Green+Blue) = 55+50+97=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #373261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373261 is #C8CD9E. Grayscale: #383838. Windows color (decimal): -13159839 or 6369847. OLE color: 6369847.

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

Color convert

RGB 55 50 97 -
CMYK 0.43 0.48 0 0.62
HSL 246.38º 0.32% 0.29% -
HSV(B) 246.38º 0.48% 0.38% -
XYZ 4.87 3.96 11.82 -
YUV 56.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 55 50 97 0.43 0.48 0 0.62 246.38 0.32 0.29
Hex 37 32 61 2B 30 0 3E F6 20 1D
Octal 67 62 141 53 60 0 76 366 40 35
Binary 110111 110010 1100001 101011 110000 0 111110 11110110 100000 11101

Color Harmonies of #373261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373261

Black with #373261

Text Example


Text Example

White with #373261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373261; }

 p { color: rgb(55,50,97); }

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

background-color css

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

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

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

border-color css

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

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

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