#343562

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

Shades of Deep Koamaru #343562

Tints of Deep Koamaru #343562

Color information

#343562 (or 0x343562) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 62. RGB value is (52,53,98). Sum of RGB (Red+Green+Blue) = 52+53+98=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #343562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343562 is #CBCA9D. Grayscale: #393939. Windows color (decimal): -13355678 or 6436148. OLE color: 6436148.

HSL color Cylindrical-coordinate representation of color #343562: hue angle of 238.7º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343562 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525398-
CMYK0.470.4600.62
HSL238.7º30.67%29.41%-
HSV(B)238.7º46.94%38.43%-
XYZ4.894.1612.1-
YUV57.83150.67123.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=25.62%
G=26.11%
B=48.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5253980.470.4600.62238.730.6729.41
Hex3435622F2E03Eef1f1d
Octal646514257560763573735
Binary11010011010111000101011111011100111110111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343562; }

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

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

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

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

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

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

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

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