Html Css Color HEX #388085 Paradiso

📋 copy color: '#388085'

red 56 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #388085

Tints of Paradiso #388085

RGB

 RED value IS 56 (22.27% from 255) = 17.67%

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

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

R = 17.67%
G = 40.38%
B = 41.96%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#388085 (or 0x388085) is known color: Paradiso. HEX triplet: 38, 80 and 85. RGB value is (56,128,133). Sum of RGB (Red+Green+Blue) = 56+128+133=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #388085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388085 is #C77F7A. Grayscale: #6A6A6A. Windows color (decimal): -13074299 or 8749112. OLE color: 8749112.

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

Color convert

RGB 56 128 133 -
CMYK 0.58 0.04 0 0.48
HSL 183.9º 0.41% 0.37% -
HSV(B) 183.9º 0.58% 0.52% -
XYZ 13.58 17.97 24.94 -
YUV 107.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 56 128 133 0.58 0.04 0 0.48 183.9 0.41 0.37
Hex 38 80 85 3A 4 0 30 B8 29 25
Octal 70 200 205 72 4 0 60 270 51 45
Binary 111000 10000000 10000101 111010 100 0 110000 10111000 101001 100101

Color Harmonies of #388085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388085

Black with #388085

Text Example


Text Example

White with #388085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388085; }

 p { color: rgb(56,128,133); }

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

background-color css

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

 a { background-color: rgb(56,128,133); }

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

border-color css

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

 span { border-color: rgb(56,128,133); }

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