Html Css Color HEX #438186 Paradiso

📋 copy color: '#438186'

red 67 ◦ green 129 ◦ blue 134

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

Shades of Paradiso #438186

Tints of Paradiso #438186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 20.3%
G = 39.09%
B = 40.61%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438186 (or 0x438186) is known color: Paradiso. HEX triplet: 43, 81 and 86. RGB value is (67,129,134). Sum of RGB (Red+Green+Blue) = 67+129+134=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #438186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438186 is #BC7E79. Grayscale: #6E6E6E. Windows color (decimal): -12353146 or 8814915. OLE color: 8814915.

HSL color Cylindrical-coordinate representation of color #438186: hue angle of 184.48º 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 #438186 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 129 134 -
CMYK 0.5 0.04 0 0.47
HSL 184.48º 0.33% 0.39% -
HSV(B) 184.48º 0.5% 0.53% -
XYZ 14.47 18.62 25.38 -
YUV 111.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 67 129 134 0.5 0.04 0 0.47 184.48 0.33 0.39
Hex 43 81 86 32 4 0 2F B8 21 27
Octal 103 201 206 62 4 0 57 270 41 47
Binary 1000011 10000001 10000110 110010 100 0 101111 10111000 100001 100111

Color Harmonies of #438186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438186

Black with #438186

Text Example


Text Example

White with #438186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438186; }

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

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

background-color css

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

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

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

border-color css

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

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

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