#343665

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

Shades of Deep Koamaru #343665

Tints of Deep Koamaru #343665

Color information

#343665 (or 0x343665) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 65. RGB value is (52,54,101). Sum of RGB (Red+Green+Blue) = 52+54+101=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #343665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343665 is #CBC99A. Grayscale: #3A3A3A. Windows color (decimal): -13355419 or 6633012. OLE color: 6633012.

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

Color convert

RGB5254101-
CMYK0.490.4700.60
HSL237.55º32.03%30%-
HSV(B)237.55º48.51%39.61%-
XYZ5.084.3112.88-
YUV58.76151.84123.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=25.12%
G=26.09%
B=48.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52541010.490.4700.60237.5532.0330
Hex343665312F03Cee201e
Octal646614561570743564036
Binary110100110110110010111000110111101111001110111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343665; }

 p { color: rgb(52,54,101); }

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

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

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

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

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

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

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