#343660

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

Shades of Deep Koamaru #343660

Tints of Deep Koamaru #343660

Color information

#343660 (or 0x343660) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 60. RGB value is (52,54,96). Sum of RGB (Red+Green+Blue) = 52+54+96=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #343660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343660 is #CBC99F. Grayscale: #3A3A3A. Windows color (decimal): -13355424 or 6305332. OLE color: 6305332.

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

Color convert

RGB525496-
CMYK0.460.4400.62
HSL237.27º29.73%29.02%-
HSV(B)237.27º45.83%37.65%-
XYZ4.854.2111.62-
YUV58.19149.34123.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=25.74%
G=26.73%
B=47.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5254960.460.4400.62237.2729.7329.02
Hex3436602E2C03Eed1e1d
Octal646614056540763553635
Binary11010011011011000001011101011000111110111011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343660; }

 p { color: rgb(52,54,96); }

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

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

 a { background-color: rgb(52,54,96); }

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

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

 span { border-color: rgb(52,54,96); }

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