Html Css Color HEX #38515F Cello

📋 copy color: '#38515F'

red 56 ◦ green 81 ◦ blue 95

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

Shades of Cello #38515F

Tints of Cello #38515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 24.14%
G = 34.91%
B = 40.95%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38515F (or 0x38515F) is known color: Cello. HEX triplet: 38, 51 and 5F. RGB value is (56,81,95). Sum of RGB (Red+Green+Blue) = 56+81+95=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #38515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515F is #C7AEA0. Grayscale: #4B4B4B. Windows color (decimal): -13086369 or 6246712. OLE color: 6246712.

HSL color Cylindrical-coordinate representation of color #38515F: hue angle of 201.54º 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 #38515F is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 81 95 -
CMYK 0.41 0.15 0 0.63
HSL 201.54º 0.26% 0.3% -
HSV(B) 201.54º 0.41% 0.37% -
XYZ 6.64 7.55 11.93 -
YUV 75.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 56 81 95 0.41 0.15 0 0.63 201.54 0.26 0.3
Hex 38 51 5F 29 F 0 3F CA 1A 1E
Octal 70 121 137 51 17 0 77 312 32 36
Binary 111000 1010001 1011111 101001 1111 0 111111 11001010 11010 11110

Color Harmonies of #38515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38515F

Black with #38515F

Text Example


Text Example

White with #38515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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