Html Css Color HEX #373461 Deep Koamaru

📋 copy color: '#373461'

red 55 ◦ green 52 ◦ blue 97

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

Shades of Deep Koamaru #373461

Tints of Deep Koamaru #373461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 26.96%
G = 25.49%
B = 47.55%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373461 (or 0x373461) is known color: Deep Koamaru. HEX triplet: 37, 34 and 61. RGB value is (55,52,97). Sum of RGB (Red+Green+Blue) = 55+52+97=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #373461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373461 is #C8CB9E. Grayscale: #393939. Windows color (decimal): -13159327 or 6370359. OLE color: 6370359.

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

Color convert

RGB 55 52 97 -
CMYK 0.43 0.46 0 0.62
HSL 244º 0.3% 0.29% -
HSV(B) 244º 0.46% 0.38% -
XYZ 4.96 4.13 11.85 -
YUV 58.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 55 52 97 0.43 0.46 0 0.62 244 0.3 0.29
Hex 37 34 61 2B 2E 0 3E F4 1E 1D
Octal 67 64 141 53 56 0 76 364 36 35
Binary 110111 110100 1100001 101011 101110 0 111110 11110100 11110 11101

Color Harmonies of #373461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373461

Black with #373461

Text Example


Text Example

White with #373461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373461; }

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

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

background-color css

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

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

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

border-color css

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

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

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