#34306E

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

Shades of Deep Koamaru #34306E

Tints of Deep Koamaru #34306E

Color information

#34306E (or 0x34306E) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 6E. RGB value is (52,48,110). Sum of RGB (Red+Green+Blue) = 52+48+110=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #34306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34306E is #CBCF91. Grayscale: #383838. Windows color (decimal): -13356946 or 7221300. OLE color: 7221300.

HSL color Cylindrical-coordinate representation of color #34306E: hue angle of 243.87º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34306E is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5248110-
CMYK0.530.5600.57
HSL243.87º39.24%30.98%-
HSV(B)243.87º56.36%43.14%-
XYZ5.293.9715.24-
YUV56.26158.33124.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=24.76%
G=22.86%
B=52.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52481100.530.5600.57243.8739.2430.98
Hex34306E3538039f4271f
Octal646015665700713644737
Binary110100110000110111011010111100001110011111010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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