#343065

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

Shades of Deep Koamaru #343065

Tints of Deep Koamaru #343065

Color information

#343065 (or 0x343065) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 65. RGB value is (52,48,101). Sum of RGB (Red+Green+Blue) = 52+48+101=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #343065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343065 is #CBCF9A. Grayscale: #373737. Windows color (decimal): -13356955 or 6631476. OLE color: 6631476.

HSL color Cylindrical-coordinate representation of color #343065: hue angle of 244.53º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343065 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5248101-
CMYK0.490.5200.60
HSL244.53º35.57%29.22%-
HSV(B)244.53º52.48%39.61%-
XYZ4.823.7812.79-
YUV55.24153.83125.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=25.87%
G=23.88%
B=50.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52481010.490.5200.60244.5335.5729.22
Hex343065313403Cf5241d
Octal646014561640743654435
Binary110100110000110010111000111010001111001111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343065; }

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

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

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

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

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

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

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

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