#343265

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

Shades of Deep Koamaru #343265

Tints of Deep Koamaru #343265

Color information

#343265 (or 0x343265) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 65. RGB value is (52,50,101). Sum of RGB (Red+Green+Blue) = 52+50+101=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #343265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343265 is #CBCD9A. Grayscale: #383838. Windows color (decimal): -13356443 or 6631988. OLE color: 6631988.

HSL color Cylindrical-coordinate representation of color #343265: hue angle of 242.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343265 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5250101-
CMYK0.490.5000.60
HSL242.35º33.77%29.61%-
HSV(B)242.35º50.5%39.61%-
XYZ4.913.9512.82-
YUV56.41153.16124.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=25.62%
G=24.63%
B=49.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52501010.490.5000.60242.3533.7729.61
Hex343265313203Cf2221e
Octal646214561620743624236
Binary110100110010110010111000111001001111001111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343265; }

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

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

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

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

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

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

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

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