Html Css Color HEX #438081 Paradiso

📋 copy color: '#438081'

red 67 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #438081

Tints of Paradiso #438081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 20.68%
G = 39.51%
B = 39.81%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#438081 (or 0x438081) is known color: Paradiso. HEX triplet: 43, 80 and 81. RGB value is (67,128,129). Sum of RGB (Red+Green+Blue) = 67+128+129=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #438081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438081 is #BC7F7E. Grayscale: #6D6D6D. Windows color (decimal): -12353407 or 8486979. OLE color: 8486979.

HSL color Cylindrical-coordinate representation of color #438081: hue angle of 180.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438081 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 128 129 -
CMYK 0.48 0.01 0 0.49
HSL 180.97º 0.32% 0.38% -
HSV(B) 180.97º 0.48% 0.51% -
XYZ 14 18.22 23.55 -
YUV 109.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 67 128 129 0.48 0.01 0 0.49 180.97 0.32 0.38
Hex 43 80 81 30 1 0 31 B5 20 26
Octal 103 200 201 60 1 0 61 265 40 46
Binary 1000011 10000000 10000001 110000 1 0 110001 10110101 100000 100110

Color Harmonies of #438081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438081

Black with #438081

Text Example


Text Example

White with #438081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438081; }

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

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

background-color css

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

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

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

border-color css

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

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

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