#34808B

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

Shades of Paradiso #34808B

Tints of Paradiso #34808B

Color information

#34808B (or 0x34808B) is unknown color: approx Paradiso. HEX triplet: 34, 80 and 8B. RGB value is (52,128,139). Sum of RGB (Red+Green+Blue) = 52+128+139=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #34808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34808B is #CB7F74. Grayscale: #6A6A6A. Windows color (decimal): -13336437 or 9142324. OLE color: 9142324.

HSL color Cylindrical-coordinate representation of color #34808B: hue angle of 187.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34808B is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52128139-
CMYK0.630.0800.45
HSL187.59º45.55%37.45%-
HSV(B)187.59º62.59%54.51%-
XYZ13.818.0327.18-
YUV106.53146.3289.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=16.30%
G=40.13%
B=43.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521281390.630.0800.45187.5945.5537.45
Hex34808B3F802Dbc2e25
Octal6420021377100552745645
Binary11010010000000100010111111111000010110110111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,128,139); }

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

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

 a { background-color: rgb(52,128,139); }

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

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

 span { border-color: rgb(52,128,139); }

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