#343661

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

Shades of Deep Koamaru #343661

Tints of Deep Koamaru #343661

Color information

#343661 (or 0x343661) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 61. RGB value is (52,54,97). Sum of RGB (Red+Green+Blue) = 52+54+97=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #343661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343661 is #CBC99E. Grayscale: #3A3A3A. Windows color (decimal): -13355423 or 6370868. OLE color: 6370868.

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

Color convert

RGB525497-
CMYK0.460.4400.62
HSL237.33º30.2%29.22%-
HSV(B)237.33º46.39%38.04%-
XYZ4.894.2311.87-
YUV58.3149.84123.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=25.62%
G=26.60%
B=47.78%

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
Decimal5254970.460.4400.62237.3330.229.22
Hex3436612E2C03Eed1e1d
Octal646614156540763553635
Binary11010011011011000011011101011000111110111011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343661; }

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

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

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

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

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

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

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

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