#343761

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

Shades of Deep Koamaru #343761

Tints of Deep Koamaru #343761

Color information

#343761 (or 0x343761) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 61. RGB value is (52,55,97). Sum of RGB (Red+Green+Blue) = 52+55+97=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #343761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343761 is #CBC89E. Grayscale: #3A3A3A. Windows color (decimal): -13355167 or 6371124. OLE color: 6371124.

HSL color Cylindrical-coordinate representation of color #343761: hue angle of 236º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343761 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525597-
CMYK0.460.4300.62
HSL236º30.2%29.22%-
HSV(B)236º46.39%38.04%-
XYZ4.944.3311.88-
YUV58.89149.51123.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=25.49%
G=26.96%
B=47.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5255970.460.4300.6223630.229.22
Hex3437612E2B03Eec1e1d
Octal646714156530763543635
Binary11010011011111000011011101010110111110111011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343761; }

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

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

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

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

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

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

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

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