Html Css Color HEX #438386 Paradiso

📋 copy color: '#438386'

red 67 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #438386

Tints of Paradiso #438386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 20.18%
G = 39.46%
B = 40.36%

CMYK

 C value IS 0.5

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438386 (or 0x438386) is known color: Paradiso. HEX triplet: 43, 83 and 86. RGB value is (67,131,134). Sum of RGB (Red+Green+Blue) = 67+131+134=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #438386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438386 is #BC7C79. Grayscale: #707070. Windows color (decimal): -12352634 or 8815427. OLE color: 8815427.

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

Color convert

RGB 67 131 134 -
CMYK 0.5 0.02 0 0.47
HSL 182.69º 0.33% 0.39% -
HSV(B) 182.69º 0.5% 0.53% -
XYZ 14.73 19.15 25.47 -
YUV 112.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 67 131 134 0.5 0.02 0 0.47 182.69 0.33 0.39
Hex 43 83 86 32 2 0 2F B7 21 27
Octal 103 203 206 62 2 0 57 267 41 47
Binary 1000011 10000011 10000110 110010 10 0 101111 10110111 100001 100111

Color Harmonies of #438386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438386

Black with #438386

Text Example


Text Example

White with #438386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438386; }

 p { color: rgb(67,131,134); }

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

background-color css

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

 a { background-color: rgb(67,131,134); }

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

border-color css

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

 span { border-color: rgb(67,131,134); }

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