Html Css Color HEX #373464 Deep Koamaru

📋 copy color: '#373464'

red 55 ◦ green 52 ◦ blue 100

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

Shades of Deep Koamaru #373464

Tints of Deep Koamaru #373464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 26.57%
G = 25.12%
B = 48.31%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373464 (or 0x373464) is known color: Deep Koamaru. HEX triplet: 37, 34 and 64. RGB value is (55,52,100). Sum of RGB (Red+Green+Blue) = 55+52+100=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #373464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373464 is #C8CB9B. Grayscale: #3A3A3A. Windows color (decimal): -13159324 or 6566967. OLE color: 6566967.

HSL color Cylindrical-coordinate representation of color #373464: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #373464 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 52 100 -
CMYK 0.45 0.48 0 0.61
HSL 243.75º 0.32% 0.3% -
HSV(B) 243.75º 0.48% 0.39% -
XYZ 5.1 4.19 12.6 -
YUV 58.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 55 52 100 0.45 0.48 0 0.61 243.75 0.32 0.3
Hex 37 34 64 2D 30 0 3D F4 20 1E
Octal 67 64 144 55 60 0 75 364 40 36
Binary 110111 110100 1100100 101101 110000 0 111101 11110100 100000 11110

Color Harmonies of #373464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373464

Black with #373464

Text Example


Text Example

White with #373464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373464; }

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

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

background-color css

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

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

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

border-color css

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

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

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