Html Css Color HEX #438485 Paradiso

📋 copy color: '#438485'

red 67 ◦ green 132 ◦ blue 133

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

Shades of Paradiso #438485

Tints of Paradiso #438485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 20.18%
G = 39.76%
B = 40.06%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#438485 (or 0x438485) is known color: Paradiso. HEX triplet: 43, 84 and 85. RGB value is (67,132,133). Sum of RGB (Red+Green+Blue) = 67+132+133=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #438485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438485 is #BC7B7A. Grayscale: #707070. Windows color (decimal): -12352379 or 8750147. OLE color: 8750147.

HSL color Cylindrical-coordinate representation of color #438485: hue angle of 180.91º 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 #438485 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 132 133 -
CMYK 0.50 0.01 0 0.48
HSL 180.91º 0.33% 0.39% -
HSV(B) 180.91º 0.5% 0.52% -
XYZ 14.8 19.39 25.15 -
YUV 112.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 67 132 133 0.50 0.01 0 0.48 180.91 0.33 0.39
Hex 43 84 85 32 1 0 30 B5 21 27
Octal 103 204 205 62 1 0 60 265 41 47
Binary 1000011 10000100 10000101 110010 1 0 110000 10110101 100001 100111

Color Harmonies of #438485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438485

Black with #438485

Text Example


Text Example

White with #438485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438485; }

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

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

background-color css

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

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

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

border-color css

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

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

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