#343267

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

Shades of Deep Koamaru #343267

Tints of Deep Koamaru #343267

Color information

#343267 (or 0x343267) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 67. RGB value is (52,50,103). Sum of RGB (Red+Green+Blue) = 52+50+103=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #343267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343267 is #CBCD98. Grayscale: #383838. Windows color (decimal): -13356441 or 6763060. OLE color: 6763060.

HSL color Cylindrical-coordinate representation of color #343267: hue angle of 242.26º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343267 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5250103-
CMYK0.500.5100.60
HSL242.26º34.64%30%-
HSV(B)242.26º51.46%40.39%-
XYZ53.9913.34-
YUV56.64154.16124.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=25.37%
G=24.39%
B=50.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52501030.500.5100.60242.2634.6430
Hex343267323303Cf2231e
Octal646214762630743624336
Binary110100110010110011111001011001101111001111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343267; }

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

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

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

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

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

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

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

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