Html Css Color HEX #37355A Deep Koamaru

📋 copy color: '#37355A'

red 55 ◦ green 53 ◦ blue 90

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

Shades of Deep Koamaru #37355A

Tints of Deep Koamaru #37355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 27.78%
G = 26.77%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37355A (or 0x37355A) is known color: Deep Koamaru. HEX triplet: 37, 35 and 5A. RGB value is (55,53,90). Sum of RGB (Red+Green+Blue) = 55+53+90=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #37355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37355A is #C8CAA5. Grayscale: #393939. Windows color (decimal): -13159078 or 5911863. OLE color: 5911863.

HSL color Cylindrical-coordinate representation of color #37355A: hue angle of 243.24º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37355A is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 53 90 -
CMYK 0.39 0.41 0 0.65
HSL 243.24º 0.26% 0.28% -
HSV(B) 243.24º 0.41% 0.35% -
XYZ 4.69 4.1 10.22 -
YUV 57.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 55 53 90 0.39 0.41 0 0.65 243.24 0.26 0.28
Hex 37 35 5A 27 29 0 41 F3 1A 1C
Octal 67 65 132 47 51 0 101 363 32 34
Binary 110111 110101 1011010 100111 101001 0 1000001 11110011 11010 11100

Color Harmonies of #37355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37355A

Black with #37355A

Text Example


Text Example

White with #37355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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