Html Css Color HEX #438089 Paradiso

📋 copy color: '#438089'

red 67 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #438089

Tints of Paradiso #438089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 20.18%
G = 38.55%
B = 41.27%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#438089 (or 0x438089) is known color: Paradiso. HEX triplet: 43, 80 and 89. RGB value is (67,128,137). Sum of RGB (Red+Green+Blue) = 67+128+137=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #438089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438089 is #BC7F76. Grayscale: #6E6E6E. Windows color (decimal): -12353399 or 9011267. OLE color: 9011267.

HSL color Cylindrical-coordinate representation of color #438089: hue angle of 187.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438089 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 128 137 -
CMYK 0.51 0.07 0 0.46
HSL 187.71º 0.34% 0.4% -
HSV(B) 187.71º 0.51% 0.54% -
XYZ 14.55 18.44 26.46 -
YUV 110.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 67 128 137 0.51 0.07 0 0.46 187.71 0.34 0.4
Hex 43 80 89 33 7 0 2E BC 22 28
Octal 103 200 211 63 7 0 56 274 42 50
Binary 1000011 10000000 10001001 110011 111 0 101110 10111100 100010 101000

Color Harmonies of #438089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438089

Black with #438089

Text Example


Text Example

White with #438089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438089; }

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

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

background-color css

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

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

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

border-color css

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

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

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