#34355B

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

Shades of Deep Koamaru #34355B

Tints of Deep Koamaru #34355B

Color information

#34355B (or 0x34355B) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 5B. RGB value is (52,53,91). Sum of RGB (Red+Green+Blue) = 52+53+91=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #34355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355B is #CBCAA4. Grayscale: #383838. Windows color (decimal): -13355685 or 5977396. OLE color: 5977396.

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

Color convert

RGB525391-
CMYK0.430.4200.64
HSL238.46º27.27%28.04%-
HSV(B)238.46º42.86%35.69%-
XYZ4.584.0310.43-
YUV57.03147.17124.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=26.53%
G=27.04%
B=46.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5253910.430.4200.64238.4627.2728.04
Hex34355B2B2A040ee1b1c
Octal6465133535201003563334
Binary110100110101101101110101110101001000000111011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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