#34366E

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

Shades of Deep Koamaru #34366E

Tints of Deep Koamaru #34366E

Color information

#34366E (or 0x34366E) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 6E. RGB value is (52,54,110). Sum of RGB (Red+Green+Blue) = 52+54+110=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #34366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34366E is #CBC991. Grayscale: #3B3B3B. Windows color (decimal): -13355410 or 7222836. OLE color: 7222836.

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

Color convert

RGB5254110-
CMYK0.530.5100.57
HSL237.93º35.8%31.76%-
HSV(B)237.93º52.73%43.14%-
XYZ5.554.4915.33-
YUV59.79156.34122.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=24.07%
G=25%
B=50.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52541100.530.5100.57237.9335.831.76
Hex34366E3533039ee2420
Octal646615665630713564440
Binary1101001101101101110110101110011011100111101110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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