#343862

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

Shades of Deep Koamaru #343862

Tints of Deep Koamaru #343862

Color information

#343862 (or 0x343862) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 62. RGB value is (52,56,98). Sum of RGB (Red+Green+Blue) = 52+56+98=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #343862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343862 is #CBC79D. Grayscale: #3B3B3B. Windows color (decimal): -13354910 or 6436916. OLE color: 6436916.

HSL color Cylindrical-coordinate representation of color #343862: hue angle of 234.78º 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 #343862 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525698-
CMYK0.470.4300.62
HSL234.78º30.67%29.41%-
HSV(B)234.78º46.94%38.43%-
XYZ5.034.4412.15-
YUV59.59149.67122.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=25.24%
G=27.18%
B=47.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5256980.470.4300.62234.7830.6729.41
Hex3438622F2B03Eeb1f1d
Octal647014257530763533735
Binary11010011100011000101011111010110111110111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343862; }

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

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

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

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

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

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

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

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