#343467

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

Shades of Deep Koamaru #343467

Tints of Deep Koamaru #343467

Color information

#343467 (or 0x343467) is unknown color: approx Deep Koamaru. HEX triplet: 34, 34 and 67. RGB value is (52,52,103). Sum of RGB (Red+Green+Blue) = 52+52+103=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #343467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343467 is #CBCB98. Grayscale: #393939. Windows color (decimal): -13355929 or 6763572. OLE color: 6763572.

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

Color convert

RGB5252103-
CMYK0.500.5000.60
HSL240º32.9%30.39%-
HSV(B)240º49.51%40.39%-
XYZ5.094.1713.37-
YUV57.81153.5123.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=25.12%
G=25.12%
B=49.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52521030.500.5000.6024032.930.39
Hex343467323203Cf0211e
Octal646414762620743604136
Binary110100110100110011111001011001001111001111000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343467; }

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

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

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

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

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

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

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

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