Html Css Color HEX #458388 Paradiso

📋 copy color: '#458388'

red 69 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #458388

Tints of Paradiso #458388

RGB

 RED value IS 69 (27.34% from 255) = 20.54%

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 20.54%
G = 38.99%
B = 40.48%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#458388 (or 0x458388) is known color: Paradiso. HEX triplet: 45, 83 and 88. RGB value is (69,131,136). Sum of RGB (Red+Green+Blue) = 69+131+136=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #458388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458388 is #BA7C77. Grayscale: #707070. Windows color (decimal): -12221560 or 8946501. OLE color: 8946501.

HSL color Cylindrical-coordinate representation of color #458388: hue angle of 184.48º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458388 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 131 136 -
CMYK 0.49 0.04 0 0.47
HSL 184.48º 0.33% 0.4% -
HSV(B) 184.48º 0.49% 0.53% -
XYZ 15.01 19.28 26.22 -
YUV 113.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 69 131 136 0.49 0.04 0 0.47 184.48 0.33 0.4
Hex 45 83 88 31 4 0 2F B8 21 28
Octal 105 203 210 61 4 0 57 270 41 50
Binary 1000101 10000011 10001000 110001 100 0 101111 10111000 100001 101000

Color Harmonies of #458388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458388

Black with #458388

Text Example


Text Example

White with #458388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458388; }

 p { color: rgb(69,131,136); }

 H1.HeaderClassName
 {
   color: #458388;
 }
 .AnyTagClassName
 {
   color: #458388;
 }
</style>

background-color css

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

 a { background-color: rgb(69,131,136); }

 div.DivClassName
 {
   background-color: #458388;
 }
 .BgClassName
 {
   background-color: #458388;
 }
</style>

border-color css

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

 span { border-color: rgb(69,131,136); }

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