#343867

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

Shades of Deep Koamaru #343867

Tints of Deep Koamaru #343867

Color information

#343867 (or 0x343867) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 67. RGB value is (52,56,103). Sum of RGB (Red+Green+Blue) = 52+56+103=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #343867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343867 is #CBC798. Grayscale: #3B3B3B. Windows color (decimal): -13354905 or 6764596. OLE color: 6764596.

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

Color convert

RGB5256103-
CMYK0.500.4600.60
HSL235.29º32.9%30.39%-
HSV(B)235.29º49.51%40.39%-
XYZ5.284.5413.43-
YUV60.16152.17122.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=24.64%
G=26.54%
B=48.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52561030.500.4600.60235.2932.930.39
Hex343867322E03Ceb211e
Octal647014762560743534136
Binary110100111000110011111001010111001111001110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343867; }

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

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

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

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

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

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

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

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