#343864

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

Shades of Deep Koamaru #343864

Tints of Deep Koamaru #343864

Color information

#343864 (or 0x343864) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 64. RGB value is (52,56,100). Sum of RGB (Red+Green+Blue) = 52+56+100=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #343864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343864 is #CBC79B. Grayscale: #3B3B3B. Windows color (decimal): -13354908 or 6567988. OLE color: 6567988.

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

Color convert

RGB5256100-
CMYK0.480.4400.61
HSL235º31.58%29.8%-
HSV(B)235º48%39.22%-
XYZ5.134.4812.65-
YUV59.82150.67122.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=25%
G=26.92%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52561000.480.4400.6123531.5829.8
Hex343864302C03Deb201e
Octal647014460540753534036
Binary110100111000110010011000010110001111011110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343864; }

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

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

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

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

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

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

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

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