Html Css Color HEX #37355E Deep Koamaru

📋 copy color: '#37355E'

red 55 ◦ green 53 ◦ blue 94

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

Shades of Deep Koamaru #37355E

Tints of Deep Koamaru #37355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 27.23%
G = 26.24%
B = 46.53%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37355E (or 0x37355E) is known color: Deep Koamaru. HEX triplet: 37, 35 and 5E. RGB value is (55,53,94). Sum of RGB (Red+Green+Blue) = 55+53+94=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #37355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37355E is #C8CAA1. Grayscale: #3A3A3A. Windows color (decimal): -13159074 or 6174007. OLE color: 6174007.

HSL color Cylindrical-coordinate representation of color #37355E: hue angle of 242.93º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37355E is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 53 94 -
CMYK 0.41 0.44 0 0.63
HSL 242.93º 0.28% 0.29% -
HSV(B) 242.93º 0.44% 0.37% -
XYZ 4.87 4.17 11.14 -
YUV 58.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 55 53 94 0.41 0.44 0 0.63 242.93 0.28 0.29
Hex 37 35 5E 29 2C 0 3F F3 1C 1D
Octal 67 65 136 51 54 0 77 363 34 35
Binary 110111 110101 1011110 101001 101100 0 111111 11110011 11100 11101

Color Harmonies of #37355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37355E

Black with #37355E

Text Example


Text Example

White with #37355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37355E; }

 p { color: rgb(55,53,94); }

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

background-color css

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

 a { background-color: rgb(55,53,94); }

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

border-color css

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

 span { border-color: rgb(55,53,94); }

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