#343375

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

Shades of Deep Koamaru #343375

Tints of Deep Koamaru #343375

Color information

#343375 (or 0x343375) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 75. RGB value is (52,51,117). Sum of RGB (Red+Green+Blue) = 52+51+117=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #343375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343375 is #CBCC8A. Grayscale: #3A3A3A. Windows color (decimal): -13356171 or 7680820. OLE color: 7680820.

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

Color convert

RGB5251117-
CMYK0.560.5600.54
HSL240.91º39.29%32.94%-
HSV(B)240.91º56.41%45.88%-
XYZ5.814.3817.37-
YUV58.82160.83123.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=23.64%
G=23.18%
B=53.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52511170.560.5600.54240.9139.2932.94
Hex3433753838036f12721
Octal646316570700663614741
Binary1101001100111110101111000111000011011011110001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343375; }

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

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

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

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

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

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

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

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