#343461

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

Shades of Deep Koamaru #343461

Tints of Deep Koamaru #343461

Color information

#343461 (or 0x343461) is unknown color: approx Deep Koamaru. HEX triplet: 34, 34 and 61. RGB value is (52,52,97). Sum of RGB (Red+Green+Blue) = 52+52+97=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #343461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343461 is #CBCB9E. Grayscale: #383838. Windows color (decimal): -13355935 or 6370356. OLE color: 6370356.

HSL color Cylindrical-coordinate representation of color #343461: hue angle of 240º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343461 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525297-
CMYK0.460.4600.62
HSL240º30.2%29.22%-
HSV(B)240º46.39%38.04%-
XYZ4.84.0511.84-
YUV57.13150.5124.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=25.87%
G=25.87%
B=48.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5252970.460.4600.6224030.229.22
Hex3434612E2E03Ef01e1d
Octal646414156560763603635
Binary11010011010011000011011101011100111110111100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343461; }

 p { color: rgb(52,52,97); }

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

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

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

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

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

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

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