Html Css Color HEX #38505F Cello

📋 copy color: '#38505F'

red 56 ◦ green 80 ◦ blue 95

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

Shades of Cello #38505F

Tints of Cello #38505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 24.24%
G = 34.63%
B = 41.13%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38505F (or 0x38505F) is known color: Cello. HEX triplet: 38, 50 and 5F. RGB value is (56,80,95). Sum of RGB (Red+Green+Blue) = 56+80+95=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #38505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505F is #C7AFA0. Grayscale: #4A4A4A. Windows color (decimal): -13086625 or 6246456. OLE color: 6246456.

HSL color Cylindrical-coordinate representation of color #38505F: hue angle of 203.08º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38505F is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 80 95 -
CMYK 0.41 0.16 0 0.63
HSL 203.08º 0.26% 0.3% -
HSV(B) 203.08º 0.41% 0.37% -
XYZ 6.57 7.4 11.91 -
YUV 74.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 56 80 95 0.41 0.16 0 0.63 203.08 0.26 0.3
Hex 38 50 5F 29 10 0 3F CB 1A 1E
Octal 70 120 137 51 20 0 77 313 32 36
Binary 111000 1010000 1011111 101001 10000 0 111111 11001011 11010 11110

Color Harmonies of #38505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38505F

Black with #38505F

Text Example


Text Example

White with #38505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38505F; }

 p { color: rgb(56,80,95); }

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

background-color css

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

 a { background-color: rgb(56,80,95); }

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

border-color css

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

 span { border-color: rgb(56,80,95); }

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