#34375C

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

Shades of Deep Koamaru #34375C

Tints of Deep Koamaru #34375C

Color information

#34375C (or 0x34375C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 5C. RGB value is (52,55,92). Sum of RGB (Red+Green+Blue) = 52+55+92=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #34375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375C is #CBC8A3. Grayscale: #3A3A3A. Windows color (decimal): -13355172 or 6043444. OLE color: 6043444.

HSL color Cylindrical-coordinate representation of color #34375C: hue angle of 235.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34375C is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB525592-
CMYK0.430.4000.64
HSL235.5º27.78%28.24%-
HSV(B)235.5º43.48%36.08%-
XYZ4.714.2410.69-
YUV58.32147.01123.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=26.13%
G=27.64%
B=46.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5255920.430.4000.64235.527.7828.24
Hex34375C2B28040ec1c1c
Octal6467134535001003543434
Binary110100110111101110010101110100001000000111011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,55,92); }

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

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

 a { background-color: rgb(52,55,92); }

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

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

 span { border-color: rgb(52,55,92); }

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