#343365

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

Shades of Deep Koamaru #343365

Tints of Deep Koamaru #343365

Color information

#343365 (or 0x343365) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 65. RGB value is (52,51,101). Sum of RGB (Red+Green+Blue) = 52+51+101=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #343365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343365 is #CBCC9A. Grayscale: #383838. Windows color (decimal): -13356187 or 6632244. OLE color: 6632244.

HSL color Cylindrical-coordinate representation of color #343365: hue angle of 241.2º degrees, saturation: 0.33, 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 #343365 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5251101-
CMYK0.490.5000.60
HSL241.2º32.89%29.8%-
HSV(B)241.2º49.5%39.61%-
XYZ4.954.0412.83-
YUV57152.83124.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=25.49%
G=25%
B=49.51%

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
Decimal52511010.490.5000.60241.232.8929.8
Hex343365313203Cf1211e
Octal646314561620743614136
Binary110100110011110010111000111001001111001111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343365; }

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

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

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

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

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

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

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

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