#343861

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

Shades of Deep Koamaru #343861

Tints of Deep Koamaru #343861

Color information

#343861 (or 0x343861) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 61. RGB value is (52,56,97). Sum of RGB (Red+Green+Blue) = 52+56+97=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #343861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343861 is #CBC79E. Grayscale: #3B3B3B. Windows color (decimal): -13354911 or 6371380. OLE color: 6371380.

HSL color Cylindrical-coordinate representation of color #343861: hue angle of 234.67º 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 #343861 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525697-
CMYK0.460.4200.62
HSL234.67º30.2%29.22%-
HSV(B)234.67º46.39%38.04%-
XYZ4.994.4211.9-
YUV59.48149.17122.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=25.37%
G=27.32%
B=47.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5256970.460.4200.62234.6730.229.22
Hex3438612E2A03Eeb1e1d
Octal647014156520763533635
Binary11010011100011000011011101010100111110111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343861; }

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

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

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

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

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

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

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

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