Html Css Color HEX #398285 Paradiso

📋 copy color: '#398285'

red 57 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #398285

Tints of Paradiso #398285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 17.81%
G = 40.63%
B = 41.56%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#398285 (or 0x398285) is known color: Paradiso. HEX triplet: 39, 82 and 85. RGB value is (57,130,133). Sum of RGB (Red+Green+Blue) = 57+130+133=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #398285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398285 is #C67D7A. Grayscale: #6C6C6C. Windows color (decimal): -13008251 or 8749625. OLE color: 8749625.

HSL color Cylindrical-coordinate representation of color #398285: hue angle of 182.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398285 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 130 133 -
CMYK 0.57 0.02 0 0.48
HSL 182.37º 0.4% 0.37% -
HSV(B) 182.37º 0.57% 0.52% -
XYZ 13.9 18.53 25.03 -
YUV 108.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 57 130 133 0.57 0.02 0 0.48 182.37 0.4 0.37
Hex 39 82 85 39 2 0 30 B6 28 25
Octal 71 202 205 71 2 0 60 266 50 45
Binary 111001 10000010 10000101 111001 10 0 110000 10110110 101000 100101

Color Harmonies of #398285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398285

Black with #398285

Text Example


Text Example

White with #398285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398285; }

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

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

background-color css

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

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

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

border-color css

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

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

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