#343261

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

Shades of Deep Koamaru #343261

Tints of Deep Koamaru #343261

Color information

#343261 (or 0x343261) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 61. RGB value is (52,50,97). Sum of RGB (Red+Green+Blue) = 52+50+97=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #343261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343261 is #CBCD9E. Grayscale: #373737. Windows color (decimal): -13356447 or 6369844. OLE color: 6369844.

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

Color convert

RGB525097-
CMYK0.460.4800.62
HSL242.55º31.97%28.82%-
HSV(B)242.55º48.45%38.04%-
XYZ4.713.8711.81-
YUV55.96151.16125.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=26.13%
G=25.13%
B=48.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5250970.460.4800.62242.5531.9728.82
Hex3432612E3003Ef3201d
Octal646214156600763634035
Binary110100110010110000110111011000001111101111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343261; }

 p { color: rgb(52,50,97); }

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

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

 a { background-color: rgb(52,50,97); }

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

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

 span { border-color: rgb(52,50,97); }

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