Html Css Color HEX #398288 Paradiso

📋 copy color: '#398288'

red 57 ◦ green 130 ◦ blue 136

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

Shades of Paradiso #398288

Tints of Paradiso #398288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 17.65%
G = 40.25%
B = 42.11%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#398288 (or 0x398288) is known color: Paradiso. HEX triplet: 39, 82 and 88. RGB value is (57,130,136). Sum of RGB (Red+Green+Blue) = 57+130+136=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #398288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398288 is #C67D77. Grayscale: #6C6C6C. Windows color (decimal): -13008248 or 8946233. OLE color: 8946233.

HSL color Cylindrical-coordinate representation of color #398288: hue angle of 184.56º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398288 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 130 136 -
CMYK 0.58 0.04 0 0.47
HSL 184.56º 0.41% 0.38% -
HSV(B) 184.56º 0.58% 0.53% -
XYZ 14.11 18.61 26.14 -
YUV 108.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 57 130 136 0.58 0.04 0 0.47 184.56 0.41 0.38
Hex 39 82 88 3A 4 0 2F B9 29 26
Octal 71 202 210 72 4 0 57 271 51 46
Binary 111001 10000010 10001000 111010 100 0 101111 10111001 101001 100110

Color Harmonies of #398288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398288

Black with #398288

Text Example


Text Example

White with #398288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398288; }

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

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

background-color css

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

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

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

border-color css

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

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

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