#34365C

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

Shades of Deep Koamaru #34365C

Tints of Deep Koamaru #34365C

Color information

#34365C (or 0x34365C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 5C. RGB value is (52,54,92). Sum of RGB (Red+Green+Blue) = 52+54+92=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #34365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365C is #CBC9A3. Grayscale: #393939. Windows color (decimal): -13355428 or 6043188. OLE color: 6043188.

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

Color convert

RGB525492-
CMYK0.430.4100.64
HSL237º27.78%28.24%-
HSV(B)237º43.48%36.08%-
XYZ4.674.1410.68-
YUV57.73147.34123.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=26.26%
G=27.27%
B=46.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5254920.430.4100.6423727.7828.24
Hex34365C2B29040ed1c1c
Octal6466134535101003553434
Binary110100110110101110010101110100101000000111011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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