#34365A

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

Shades of Deep Koamaru #34365A

Tints of Deep Koamaru #34365A

Color information

#34365A (or 0x34365A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 5A. RGB value is (52,54,90). Sum of RGB (Red+Green+Blue) = 52+54+90=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #34365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365A is #CBC9A5. Grayscale: #393939. Windows color (decimal): -13355430 or 5912116. OLE color: 5912116.

HSL color Cylindrical-coordinate representation of color #34365A: hue angle of 236.84º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34365A is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525490-
CMYK0.420.4000.65
HSL236.84º26.76%27.84%-
HSV(B)236.84º42.22%35.29%-
XYZ4.584.1110.22-
YUV57.51146.34124.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=26.53%
G=27.55%
B=45.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5254900.420.4000.65236.8426.7627.84
Hex34365A2A28041ed1b1c
Octal6466132525001013553334
Binary110100110110101101010101010100001000001111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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