#37345B

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

Shades of Deep Koamaru #37345B

Tints of Deep Koamaru #37345B

Color information

#37345B (or 0x37345B) is unknown color: approx Deep Koamaru. HEX triplet: 37, 34 and 5B. RGB value is (55,52,91). Sum of RGB (Red+Green+Blue) = 55+52+91=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #37345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37345B is #C8CBA4. Grayscale: #393939. Windows color (decimal): -13159333 or 5977143. OLE color: 5977143.

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

Color convert

RGB555291-
CMYK0.400.4300.64
HSL244.62º27.27%28.04%-
HSV(B)244.62º42.86%35.69%-
XYZ4.694.0210.43-
YUV57.34146.99126.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=27.78%
G=26.26%
B=45.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5552910.400.4300.64244.6227.2728.04
Hex37345B282B040f51b1c
Octal6764133505301003653334
Binary110111110100101101110100010101101000000111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37345B; }

 p { color: rgb(55,52,91); }

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

<style>
 a { background-color: #37345B; }

 a { background-color: rgb(55,52,91); }

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

<style>
 span { border-color: #37345B; }

 span { border-color: rgb(55,52,91); }

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