Html Css Color HEX #398081 Paradiso

📋 copy color: '#398081'

red 57 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #398081

Tints of Paradiso #398081

RGB

 RED value IS 57 (22.66% from 255) = 18.15%

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

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

R = 18.15%
G = 40.76%
B = 41.08%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#398081 (or 0x398081) is known color: Paradiso. HEX triplet: 39, 80 and 81. RGB value is (57,128,129). Sum of RGB (Red+Green+Blue) = 57+128+129=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #398081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398081 is #C67F7E. Grayscale: #6A6A6A. Windows color (decimal): -13008767 or 8486969. OLE color: 8486969.

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

Color convert

RGB 57 128 129 -
CMYK 0.56 0.01 0 0.49
HSL 180.83º 0.39% 0.36% -
HSV(B) 180.83º 0.56% 0.51% -
XYZ 13.37 17.89 23.52 -
YUV 106.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 57 128 129 0.56 0.01 0 0.49 180.83 0.39 0.36
Hex 39 80 81 38 1 0 31 B5 27 24
Octal 71 200 201 70 1 0 61 265 47 44
Binary 111001 10000000 10000001 111000 1 0 110001 10110101 100111 100100

Color Harmonies of #398081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398081

Black with #398081

Text Example


Text Example

White with #398081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398081; }

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

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

background-color css

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

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

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

border-color css

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

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

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