Html Css Color HEX #38808A Paradiso

📋 copy color: '#38808A'

red 56 ◦ green 128 ◦ blue 138

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

Shades of Paradiso #38808A

Tints of Paradiso #38808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 17.39%
G = 39.75%
B = 42.86%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38808A (or 0x38808A) is known color: Paradiso. HEX triplet: 38, 80 and 8A. RGB value is (56,128,138). Sum of RGB (Red+Green+Blue) = 56+128+138=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #38808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38808A is #C77F75. Grayscale: #6B6B6B. Windows color (decimal): -13074294 or 9076792. OLE color: 9076792.

HSL color Cylindrical-coordinate representation of color #38808A: hue angle of 187.32º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38808A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 128 138 -
CMYK 0.59 0.07 0 0.46
HSL 187.32º 0.42% 0.38% -
HSV(B) 187.32º 0.59% 0.54% -
XYZ 13.94 18.11 26.81 -
YUV 107.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 56 128 138 0.59 0.07 0 0.46 187.32 0.42 0.38
Hex 38 80 8A 3B 7 0 2E BB 2A 26
Octal 70 200 212 73 7 0 56 273 52 46
Binary 111000 10000000 10001010 111011 111 0 101110 10111011 101010 100110

Color Harmonies of #38808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38808A

Black with #38808A

Text Example


Text Example

White with #38808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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