Html Css Color HEX #438580 Paradiso

📋 copy color: '#438580'

red 67 ◦ green 133 ◦ blue 128

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

Shades of Paradiso #438580

Tints of Paradiso #438580

RGB

 RED value IS 67 (26.56% from 255) = 20.43%

 GREEN value IS 133 (52.34% from 255) = 40.55%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 20.43%
G = 40.55%
B = 39.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#438580 (or 0x438580) is known color: Paradiso. HEX triplet: 43, 85 and 80. RGB value is (67,133,128). Sum of RGB (Red+Green+Blue) = 67+133+128=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #438580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438580 is #BC7A7F. Grayscale: #707070. Windows color (decimal): -12352128 or 8422723. OLE color: 8422723.

HSL color Cylindrical-coordinate representation of color #438580: hue angle of 175.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438580 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 133 128 -
CMYK 0.50 0 0.04 0.48
HSL 175.45º 0.33% 0.39% -
HSV(B) 175.45º 0.5% 0.52% -
XYZ 14.6 19.53 23.42 -
YUV 112.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 67 133 128 0.50 0 0.04 0.48 175.45 0.33 0.39
Hex 43 85 80 32 0 4 30 AF 21 27
Octal 103 205 200 62 0 4 60 257 41 47
Binary 1000011 10000101 10000000 110010 0 100 110000 10101111 100001 100111

Color Harmonies of #438580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438580

Black with #438580

Text Example


Text Example

White with #438580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438580; }

 p { color: rgb(67,133,128); }

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

background-color css

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

 a { background-color: rgb(67,133,128); }

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

border-color css

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

 span { border-color: rgb(67,133,128); }

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