#34365D

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

Shades of Deep Koamaru #34365D

Tints of Deep Koamaru #34365D

Color information

#34365D (or 0x34365D) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 5D. RGB value is (52,54,93). Sum of RGB (Red+Green+Blue) = 52+54+93=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #34365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365D is #CBC9A2. Grayscale: #393939. Windows color (decimal): -13355427 or 6108724. OLE color: 6108724.

HSL color Cylindrical-coordinate representation of color #34365D: hue angle of 237.07º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34365D is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB525493-
CMYK0.440.4200.64
HSL237.07º28.28%28.43%-
HSV(B)237.07º44.09%36.47%-
XYZ4.714.1610.91-
YUV57.85147.84123.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=26.13%
G=27.14%
B=46.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5254930.440.4200.64237.0728.2828.43
Hex34365D2C2A040ed1c1c
Octal6466135545201003553434
Binary110100110110101110110110010101001000000111011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34365D; }

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

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

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

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

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

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

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

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