#373A62

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

Shades of Deep Koamaru #373A62

Tints of Deep Koamaru #373A62

Color information

#373A62 (or 0x373A62) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3A and 62. RGB value is (55,58,98). Sum of RGB (Red+Green+Blue) = 55+58+98=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #373A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A62 is #C8C59D. Grayscale: #3D3D3D. Windows color (decimal): -13157790 or 6437431. OLE color: 6437431.

HSL color Cylindrical-coordinate representation of color #373A62: hue angle of 235.81º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373A62 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB555898-
CMYK0.440.4100.62
HSL235.81º28.1%30%-
HSV(B)235.81º43.88%38.43%-
XYZ5.294.7212.19-
YUV61.66148.51123.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=26.07%
G=27.49%
B=46.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5558980.440.4100.62235.8128.130
Hex373A622C2903Eec1c1e
Octal677214254510763543436
Binary11011111101011000101011001010010111110111011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A62; }

 p { color: rgb(55,58,98); }

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

<style>
 a { background-color: #373A62; }

 a { background-color: rgb(55,58,98); }

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

<style>
 span { border-color: #373A62; }

 span { border-color: rgb(55,58,98); }

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