#343767

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

Shades of Deep Koamaru #343767

Tints of Deep Koamaru #343767

Color information

#343767 (or 0x343767) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 67. RGB value is (52,55,103). Sum of RGB (Red+Green+Blue) = 52+55+103=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #343767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343767 is #CBC898. Grayscale: #3B3B3B. Windows color (decimal): -13355161 or 6764340. OLE color: 6764340.

HSL color Cylindrical-coordinate representation of color #343767: hue angle of 236.47º 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 #343767 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5255103-
CMYK0.500.4700.60
HSL236.47º32.9%30.39%-
HSV(B)236.47º49.51%40.39%-
XYZ5.234.4413.41-
YUV59.58152.51122.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=24.76%
G=26.19%
B=49.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52551030.500.4700.60236.4732.930.39
Hex343767322F03Cec211e
Octal646714762570743544136
Binary110100110111110011111001010111101111001110110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343767; }

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

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

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

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

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

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

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

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