#343769

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

Shades of Deep Koamaru #343769

Tints of Deep Koamaru #343769

Color information

#343769 (or 0x343769) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 69. RGB value is (52,55,105). Sum of RGB (Red+Green+Blue) = 52+55+105=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #343769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343769 is #CBC896. Grayscale: #3B3B3B. Windows color (decimal): -13355159 or 6895412. OLE color: 6895412.

HSL color Cylindrical-coordinate representation of color #343769: hue angle of 236.6º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343769 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5255105-
CMYK0.500.4800.59
HSL236.6º33.76%30.78%-
HSV(B)236.6º50.48%41.18%-
XYZ5.334.4813.95-
YUV59.8153.51122.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=24.53%
G=25.94%
B=49.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52551050.500.4800.59236.633.7630.78
Hex343769323003Bed221f
Octal646715162600733554237
Binary110100110111110100111001011000001110111110110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343769; }

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

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

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

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

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

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

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

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