Html Css Color HEX #37355F Deep Koamaru

📋 copy color: '#37355F'

red 55 ◦ green 53 ◦ blue 95

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

Shades of Deep Koamaru #37355F

Tints of Deep Koamaru #37355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.8%

R = 27.09%
G = 26.11%
B = 46.8%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37355F (or 0x37355F) is known color: Deep Koamaru. HEX triplet: 37, 35 and 5F. RGB value is (55,53,95). Sum of RGB (Red+Green+Blue) = 55+53+95=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #37355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37355F is #C8CAA0. Grayscale: #3A3A3A. Windows color (decimal): -13159073 or 6239543. OLE color: 6239543.

HSL color Cylindrical-coordinate representation of color #37355F: hue angle of 242.86º 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 #37355F is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 53 95 -
CMYK 0.42 0.44 0 0.63
HSL 242.86º 0.28% 0.29% -
HSV(B) 242.86º 0.44% 0.37% -
XYZ 4.91 4.18 11.38 -
YUV 58.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 55 53 95 0.42 0.44 0 0.63 242.86 0.28 0.29
Hex 37 35 5F 2A 2C 0 3F F3 1C 1D
Octal 67 65 137 52 54 0 77 363 34 35
Binary 110111 110101 1011111 101010 101100 0 111111 11110011 11100 11101

Color Harmonies of #37355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37355F

Black with #37355F

Text Example


Text Example

White with #37355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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