#343558

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

Shades of Deep Koamaru #343558

Tints of Deep Koamaru #343558

Color information

#343558 (or 0x343558) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 58. RGB value is (52,53,88). Sum of RGB (Red+Green+Blue) = 52+53+88=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #343558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343558 is #CBCAA7. Grayscale: #383838. Windows color (decimal): -13355688 or 5780788. OLE color: 5780788.

HSL color Cylindrical-coordinate representation of color #343558: hue angle of 238.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #343558 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525388-
CMYK0.410.4000.65
HSL238.33º25.71%27.45%-
HSV(B)238.33º40.91%34.51%-
XYZ4.453.989.77-
YUV56.69145.67124.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=26.94%
G=27.46%
B=45.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5253880.410.4000.65238.3325.7127.45
Hex3435582928041ee1a1b
Octal6465130515001013563233
Binary110100110101101100010100110100001000001111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343558; }

 p { color: rgb(52,53,88); }

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

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

 a { background-color: rgb(52,53,88); }

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

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

 span { border-color: rgb(52,53,88); }

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