Html Css Color HEX #34808B Paradiso

📋 copy color: '#34808B'

red 52 ◦ green 128 ◦ blue 139

#34808B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #34808B

Tints of Paradiso #34808B

RGB

 RED value IS 52 (20.7% from 255) = 16.3%

 GREEN value IS 128 (50.39% from 255) = 40.13%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 16.3%
G = 40.13%
B = 43.57%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34808B (or 0x34808B) is known color: 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

RGB 52 128 139 -
CMYK 0.63 0.08 0 0.45
HSL 187.59º 0.46% 0.37% -
HSV(B) 187.59º 0.63% 0.55% -
XYZ 13.8 18.03 27.18 -
YUV 106.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 52 128 139 0.63 0.08 0 0.45 187.59 0.46 0.37
Hex 34 80 8B 3F 8 0 2D BC 2E 25
Octal 64 200 213 77 10 0 55 274 56 45
Binary 110100 10000000 10001011 111111 1000 0 101101 10111100 101110 100101

Color Harmonies of #34808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34808B

Black with #34808B

Text Example


Text Example

White with #34808B

Text Example


Text Example

HTML Codes & Css Web 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>