Html Css Color HEX #398082 Paradiso

📋 copy color: '#398082'

red 57 ◦ green 128 ◦ blue 130

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

Shades of Paradiso #398082

Tints of Paradiso #398082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 18.1%
G = 40.63%
B = 41.27%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#398082 (or 0x398082) is known color: Paradiso. HEX triplet: 39, 80 and 82. RGB value is (57,128,130). Sum of RGB (Red+Green+Blue) = 57+128+130=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #398082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398082 is #C67F7D. Grayscale: #6A6A6A. Windows color (decimal): -13008766 or 8552505. OLE color: 8552505.

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

Color convert

RGB 57 128 130 -
CMYK 0.56 0.02 0 0.49
HSL 181.64º 0.39% 0.37% -
HSV(B) 181.64º 0.56% 0.51% -
XYZ 13.44 17.92 23.87 -
YUV 107 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 57 128 130 0.56 0.02 0 0.49 181.64 0.39 0.37
Hex 39 80 82 38 2 0 31 B6 27 25
Octal 71 200 202 70 2 0 61 266 47 45
Binary 111001 10000000 10000010 111000 10 0 110001 10110110 100111 100101

Color Harmonies of #398082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398082

Black with #398082

Text Example


Text Example

White with #398082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398082; }

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

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

background-color css

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

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

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

border-color css

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

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

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