#373A67

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

Shades of Deep Koamaru #373A67

Tints of Deep Koamaru #373A67

Color information

#373A67 (or 0x373A67) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3A and 67. RGB value is (55,58,103). Sum of RGB (Red+Green+Blue) = 55+58+103=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #373A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A67 is #C8C598. Grayscale: #3E3E3E. Windows color (decimal): -13157785 or 6765111. OLE color: 6765111.

HSL color Cylindrical-coordinate representation of color #373A67: hue angle of 236.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373A67 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5558103-
CMYK0.470.4400.60
HSL236.25º30.38%30.98%-
HSV(B)236.25º46.6%40.39%-
XYZ5.544.8213.47-
YUV62.23151.01122.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=25.46%
G=26.85%
B=47.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55581030.470.4400.60236.2530.3830.98
Hex373A672F2C03Cec1e1f
Octal677214757540743543637
Binary11011111101011001111011111011000111100111011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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