#343572

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

Shades of Deep Koamaru #343572

Tints of Deep Koamaru #343572

Color information

#343572 (or 0x343572) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 72. RGB value is (52,53,114). Sum of RGB (Red+Green+Blue) = 52+53+114=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #343572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343572 is #CBCA8D. Grayscale: #3B3B3B. Windows color (decimal): -13355662 or 7484724. OLE color: 7484724.

HSL color Cylindrical-coordinate representation of color #343572: hue angle of 239.03º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343572 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5253114-
CMYK0.540.5400.55
HSL239.03º37.35%32.55%-
HSV(B)239.03º54.39%44.71%-
XYZ5.734.4916.48-
YUV59.66158.67122.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=23.74%
G=24.20%
B=52.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52531140.540.5400.55239.0337.3532.55
Hex3435723636037ef2521
Octal646516266660673574541
Binary1101001101011110010110110110110011011111101111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343572; }

 p { color: rgb(52,53,114); }

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

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

 a { background-color: rgb(52,53,114); }

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

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

 span { border-color: rgb(52,53,114); }

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