#34355E

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

Shades of Deep Koamaru #34355E

Tints of Deep Koamaru #34355E

Color information

#34355E (or 0x34355E) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 5E. RGB value is (52,53,94). Sum of RGB (Red+Green+Blue) = 52+53+94=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #34355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355E is #CBCAA1. Grayscale: #393939. Windows color (decimal): -13355682 or 6174004. OLE color: 6174004.

HSL color Cylindrical-coordinate representation of color #34355E: hue angle of 238.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34355E is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB525394-
CMYK0.450.4400.63
HSL238.57º28.77%28.63%-
HSV(B)238.57º44.68%36.86%-
XYZ4.714.0811.13-
YUV57.38148.67124.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=26.13%
G=26.63%
B=47.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5253940.450.4400.63238.5728.7728.63
Hex34355E2D2C03Fef1d1d
Octal646513655540773573535
Binary11010011010110111101011011011000111111111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34355E; }

 p { color: rgb(52,53,94); }

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

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

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

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

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

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

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