Html Css Color HEX #37355C Deep Koamaru

📋 copy color: '#37355C'

red 55 ◦ green 53 ◦ blue 92

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

Shades of Deep Koamaru #37355C

Tints of Deep Koamaru #37355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 27.5%
G = 26.5%
B = 46%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37355C (or 0x37355C) is known color: Deep Koamaru. HEX triplet: 37, 35 and 5C. RGB value is (55,53,92). Sum of RGB (Red+Green+Blue) = 55+53+92=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #37355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37355C is #C8CAA3. Grayscale: #393939. Windows color (decimal): -13159076 or 6042935. OLE color: 6042935.

HSL color Cylindrical-coordinate representation of color #37355C: hue angle of 243.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37355C is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 53 92 -
CMYK 0.40 0.42 0 0.64
HSL 243.08º 0.27% 0.28% -
HSV(B) 243.08º 0.42% 0.36% -
XYZ 4.78 4.13 10.67 -
YUV 58.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 55 53 92 0.40 0.42 0 0.64 243.08 0.27 0.28
Hex 37 35 5C 28 2A 0 40 F3 1B 1C
Octal 67 65 134 50 52 0 100 363 33 34
Binary 110111 110101 1011100 101000 101010 0 1000000 11110011 11011 11100

Color Harmonies of #37355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37355C

Black with #37355C

Text Example


Text Example

White with #37355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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