#34386C

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

Shades of Deep Koamaru #34386C

Tints of Deep Koamaru #34386C

Color information

#34386C (or 0x34386C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 6C. RGB value is (52,56,108). Sum of RGB (Red+Green+Blue) = 52+56+108=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #34386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34386C is #CBC793. Grayscale: #3C3C3C. Windows color (decimal): -13354900 or 7092276. OLE color: 7092276.

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

Color convert

RGB5256108-
CMYK0.520.4800.58
HSL235.71º35%31.37%-
HSV(B)235.71º51.85%42.35%-
XYZ5.544.6414.79-
YUV60.73154.67121.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 108 (42.58% from 255) = 50%
R=24.07%
G=25.93%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52561080.520.4800.58235.713531.37
Hex34386C343003Aec231f
Octal647015464600723544337
Binary110100111000110110011010011000001110101110110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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