#34306A

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

Shades of Deep Koamaru #34306A

Tints of Deep Koamaru #34306A

Color information

#34306A (or 0x34306A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 6A. RGB value is (52,48,106). Sum of RGB (Red+Green+Blue) = 52+48+106=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #34306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34306A is #CBCF95. Grayscale: #373737. Windows color (decimal): -13356950 or 6959156. OLE color: 6959156.

HSL color Cylindrical-coordinate representation of color #34306A: hue angle of 244.14º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34306A is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5248106-
CMYK0.510.5500.58
HSL244.14º37.66%30.2%-
HSV(B)244.14º54.72%41.57%-
XYZ5.073.8814.12-
YUV55.81156.33125.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=25.24%
G=23.30%
B=51.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52481060.510.5500.58244.1437.6630.2
Hex34306A333703Af4261e
Octal646015263670723644636
Binary110100110000110101011001111011101110101111010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,48,106); }

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

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

 a { background-color: rgb(52,48,106); }

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

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

 span { border-color: rgb(52,48,106); }

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