#343766

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

Shades of Deep Koamaru #343766

Tints of Deep Koamaru #343766

Color information

#343766 (or 0x343766) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 66. RGB value is (52,55,102). Sum of RGB (Red+Green+Blue) = 52+55+102=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #343766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343766 is #CBC899. Grayscale: #3B3B3B. Windows color (decimal): -13355162 or 6698804. OLE color: 6698804.

HSL color Cylindrical-coordinate representation of color #343766: hue angle of 236.4º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343766 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5255102-
CMYK0.490.4600.6
HSL236.4º32.47%30.2%-
HSV(B)236.4º49.02%40%-
XYZ5.184.4213.15-
YUV59.46152.01122.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=24.88%
G=26.32%
B=48.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52551020.490.4600.6236.432.4730.2
Hex343766312E03Cec201e
Octal646714661560743544036
Binary110100110111110011011000110111001111001110110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343766; }

 p { color: rgb(52,55,102); }

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

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

 a { background-color: rgb(52,55,102); }

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

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

 span { border-color: rgb(52,55,102); }

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