#37385A

Color #37385A Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #37385A

Tints of Deep Koamaru #37385A

Color information

#37385A (or 0x37385A) is unknown color: approx Deep Koamaru. HEX triplet: 37, 38 and 5A. RGB value is (55,56,90). Sum of RGB (Red+Green+Blue) = 55+56+90=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #37385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37385A is #C8C7A5. Grayscale: #3B3B3B. Windows color (decimal): -13158310 or 5912631. OLE color: 5912631.

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

Color convert

RGB555690-
CMYK0.390.3800.65
HSL238.29º24.14%28.43%-
HSV(B)238.29º38.89%35.29%-
XYZ4.844.3810.26-
YUV59.58145.17124.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=27.36%
G=27.86%
B=44.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5556900.390.3800.65238.2924.1428.43
Hex37385A2726041ee181c
Octal6770132474601013563034
Binary110111111000101101010011110011001000001111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37385A;
 }
 .AnyTagClassName
 {
   color: #37385A;
 }
</style>
background-color css

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

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

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

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

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

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