#343658

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

Shades of Deep Koamaru #343658

Tints of Deep Koamaru #343658

Color information

#343658 (or 0x343658) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 58. RGB value is (52,54,88). Sum of RGB (Red+Green+Blue) = 52+54+88=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #343658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343658 is #CBC9A7. Grayscale: #393939. Windows color (decimal): -13355432 or 5781044. OLE color: 5781044.

HSL color Cylindrical-coordinate representation of color #343658: hue angle of 236.67º 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 #343658 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525488-
CMYK0.410.3900.65
HSL236.67º25.71%27.45%-
HSV(B)236.67º40.91%34.51%-
XYZ4.54.079.78-
YUV57.28145.34124.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=26.80%
G=27.84%
B=45.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5254880.410.3900.65236.6725.7127.45
Hex3436582927041ed1a1b
Octal6466130514701013553233
Binary110100110110101100010100110011101000001111011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343658; }

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

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

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

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

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

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

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

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