#343863

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

Shades of Deep Koamaru #343863

Tints of Deep Koamaru #343863

Color information

#343863 (or 0x343863) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 63. RGB value is (52,56,99). Sum of RGB (Red+Green+Blue) = 52+56+99=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #343863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343863 is #CBC79C. Grayscale: #3B3B3B. Windows color (decimal): -13354909 or 6502452. OLE color: 6502452.

HSL color Cylindrical-coordinate representation of color #343863: hue angle of 234.89º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343863 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB525699-
CMYK0.470.4300.61
HSL234.89º31.13%29.61%-
HSV(B)234.89º47.47%38.82%-
XYZ5.084.4612.4-
YUV59.71150.17122.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=25.12%
G=27.05%
B=47.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5256990.470.4300.61234.8931.1329.61
Hex3438632F2B03Deb1f1e
Octal647014357530753533736
Binary11010011100011000111011111010110111101111010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343863; }

 p { color: rgb(52,56,99); }

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

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

 a { background-color: rgb(52,56,99); }

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

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

 span { border-color: rgb(52,56,99); }

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