#34375B

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

Shades of Deep Koamaru #34375B

Tints of Deep Koamaru #34375B

Color information

#34375B (or 0x34375B) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 5B. RGB value is (52,55,91). Sum of RGB (Red+Green+Blue) = 52+55+91=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #34375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375B is #CBC8A4. Grayscale: #3A3A3A. Windows color (decimal): -13355173 or 5977908. OLE color: 5977908.

HSL color Cylindrical-coordinate representation of color #34375B: hue angle of 235.38º degrees, saturation: 0.27, 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 #34375B is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB525591-
CMYK0.430.4000.64
HSL235.38º27.27%28.04%-
HSV(B)235.38º42.86%35.69%-
XYZ4.674.2210.47-
YUV58.21146.51123.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=26.26%
G=27.78%
B=45.96%

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
Decimal5255910.430.4000.64235.3827.2728.04
Hex34375B2B28040eb1b1c
Octal6467133535001003533334
Binary110100110111101101110101110100001000000111010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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