#343278

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

Shades of Deep Koamaru #343278

Tints of Deep Koamaru #343278

Color information

#343278 (or 0x343278) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 78. RGB value is (52,50,120). Sum of RGB (Red+Green+Blue) = 52+50+120=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #343278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343278 is #CBCD87. Grayscale: #3A3A3A. Windows color (decimal): -13356424 or 7877172. OLE color: 7877172.

HSL color Cylindrical-coordinate representation of color #343278: hue angle of 241.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343278 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5250120-
CMYK0.570.5800.53
HSL241.71º41.18%33.33%-
HSV(B)241.71º58.33%47.06%-
XYZ5.954.3718.3-
YUV58.58162.66123.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=23.42%
G=22.52%
B=54.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52501200.570.5800.53241.7141.1833.33
Hex343278393A035f22921
Octal646217071720653625141
Binary1101001100101111000111001111010011010111110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343278; }

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

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

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

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

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

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

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

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