Html Css Color HEX #448387 Paradiso

📋 copy color: '#448387'

red 68 ◦ green 131 ◦ blue 135

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

Shades of Paradiso #448387

Tints of Paradiso #448387

RGB

 RED value IS 68 (26.95% from 255) = 20.36%

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 20.36%
G = 39.22%
B = 40.42%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#448387 (or 0x448387) is known color: Paradiso. HEX triplet: 44, 83 and 87. RGB value is (68,131,135). Sum of RGB (Red+Green+Blue) = 68+131+135=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #448387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448387 is #BB7C78. Grayscale: #707070. Windows color (decimal): -12287097 or 8880964. OLE color: 8880964.

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

Color convert

RGB 68 131 135 -
CMYK 0.50 0.03 0 0.47
HSL 183.58º 0.33% 0.4% -
HSV(B) 183.58º 0.5% 0.53% -
XYZ 14.87 19.21 25.85 -
YUV 112.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 68 131 135 0.50 0.03 0 0.47 183.58 0.33 0.4
Hex 44 83 87 32 3 0 2F B8 21 28
Octal 104 203 207 62 3 0 57 270 41 50
Binary 1000100 10000011 10000111 110010 11 0 101111 10111000 100001 101000

Color Harmonies of #448387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448387

Black with #448387

Text Example


Text Example

White with #448387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448387; }

 p { color: rgb(68,131,135); }

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

background-color css

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

 a { background-color: rgb(68,131,135); }

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

border-color css

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

 span { border-color: rgb(68,131,135); }

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