Html Css Color HEX #38828B Paradiso

📋 copy color: '#38828B'

red 56 ◦ green 130 ◦ blue 139

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

Shades of Paradiso #38828B

Tints of Paradiso #38828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 17.23%
G = 40%
B = 42.77%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38828B (or 0x38828B) is known color: Paradiso. HEX triplet: 38, 82 and 8B. RGB value is (56,130,139). Sum of RGB (Red+Green+Blue) = 56+130+139=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #38828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38828B is #C77D74. Grayscale: #6C6C6C. Windows color (decimal): -13073781 or 9142840. OLE color: 9142840.

HSL color Cylindrical-coordinate representation of color #38828B: hue angle of 186.51º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38828B is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 130 139 -
CMYK 0.60 0.06 0 0.45
HSL 186.51º 0.43% 0.38% -
HSV(B) 186.51º 0.6% 0.55% -
XYZ 14.27 18.67 27.28 -
YUV 108.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 56 130 139 0.60 0.06 0 0.45 186.51 0.43 0.38
Hex 38 82 8B 3C 6 0 2D BB 2B 26
Octal 70 202 213 74 6 0 55 273 53 46
Binary 111000 10000010 10001011 111100 110 0 101101 10111011 101011 100110

Color Harmonies of #38828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38828B

Black with #38828B

Text Example


Text Example

White with #38828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38828B; }

 p { color: rgb(56,130,139); }

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

background-color css

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

 a { background-color: rgb(56,130,139); }

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

border-color css

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

 span { border-color: rgb(56,130,139); }

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