Html Css Color HEX #373B6A Deep Koamaru

📋 copy color: '#373B6A'

red 55 ◦ green 59 ◦ blue 106

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

Shades of Deep Koamaru #373B6A

Tints of Deep Koamaru #373B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 25%
G = 26.82%
B = 48.18%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#373B6A (or 0x373B6A) is known color: Deep Koamaru. HEX triplet: 37, 3B and 6A. RGB value is (55,59,106). Sum of RGB (Red+Green+Blue) = 55+59+106=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #373B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B6A is #C8C495. Grayscale: #3E3E3E. Windows color (decimal): -13157526 or 6961975. OLE color: 6961975.

HSL color Cylindrical-coordinate representation of color #373B6A: hue angle of 235.29º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #373B6A is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 59 106 -
CMYK 0.48 0.44 0 0.58
HSL 235.29º 0.32% 0.32% -
HSV(B) 235.29º 0.48% 0.42% -
XYZ 5.74 4.98 14.29 -
YUV 63.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 55 59 106 0.48 0.44 0 0.58 235.29 0.32 0.32
Hex 37 3B 6A 30 2C 0 3A EB 20 20
Octal 67 73 152 60 54 0 72 353 40 40
Binary 110111 111011 1101010 110000 101100 0 111010 11101011 100000 100000

Color Harmonies of #373B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B6A

Black with #373B6A

Text Example


Text Example

White with #373B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373B6A; }

 p { color: rgb(55,59,106); }

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

background-color css

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

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

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

border-color css

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

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

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