#34336C

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

Shades of Deep Koamaru #34336C

Tints of Deep Koamaru #34336C

Color information

#34336C (or 0x34336C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 6C. RGB value is (52,51,108). Sum of RGB (Red+Green+Blue) = 52+51+108=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #34336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34336C is #CBCC93. Grayscale: #393939. Windows color (decimal): -13356180 or 7090996. OLE color: 7090996.

HSL color Cylindrical-coordinate representation of color #34336C: hue angle of 241.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34336C is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5251108-
CMYK0.520.5300.58
HSL241.05º35.85%31.18%-
HSV(B)241.05º52.78%42.35%-
XYZ5.314.1814.71-
YUV57.8156.33123.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=24.64%
G=24.17%
B=51.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52511080.520.5300.58241.0535.8531.18
Hex34336C343503Af1241f
Octal646315464650723614437
Binary110100110011110110011010011010101110101111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,51,108); }

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

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

 a { background-color: rgb(52,51,108); }

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

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

 span { border-color: rgb(52,51,108); }

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