#34355A

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

Shades of Deep Koamaru #34355A

Tints of Deep Koamaru #34355A

Color information

#34355A (or 0x34355A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 5A. RGB value is (52,53,90). Sum of RGB (Red+Green+Blue) = 52+53+90=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #34355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355A is #CBCAA5. Grayscale: #383838. Windows color (decimal): -13355686 or 5911860. OLE color: 5911860.

HSL color Cylindrical-coordinate representation of color #34355A: hue angle of 238.42º 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 #34355A is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525390-
CMYK0.420.4100.65
HSL238.42º26.76%27.84%-
HSV(B)238.42º42.22%35.29%-
XYZ4.534.0110.21-
YUV56.92146.67124.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=26.67%
G=27.18%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5253900.420.4100.65238.4226.7627.84
Hex34355A2A29041ee1b1c
Octal6465132525101013563334
Binary110100110101101101010101010100101000001111011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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