Html Css Color HEX #38516C Cello

📋 copy color: '#38516C'

red 56 ◦ green 81 ◦ blue 108

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

Shades of Cello #38516C

Tints of Cello #38516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 22.86%
G = 33.06%
B = 44.08%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38516C (or 0x38516C) is known color: Cello. HEX triplet: 38, 51 and 6C. RGB value is (56,81,108). Sum of RGB (Red+Green+Blue) = 56+81+108=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #38516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38516C is #C7AE93. Grayscale: #4C4C4C. Windows color (decimal): -13086356 or 7098680. OLE color: 7098680.

HSL color Cylindrical-coordinate representation of color #38516C: hue angle of 211.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38516C is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 81 108 -
CMYK 0.48 0.25 0 0.58
HSL 211.15º 0.32% 0.32% -
HSV(B) 211.15º 0.48% 0.42% -
XYZ 7.28 7.81 15.31 -
YUV 76.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 56 81 108 0.48 0.25 0 0.58 211.15 0.32 0.32
Hex 38 51 6C 30 19 0 3A D3 20 20
Octal 70 121 154 60 31 0 72 323 40 40
Binary 111000 1010001 1101100 110000 11001 0 111010 11010011 100000 100000

Color Harmonies of #38516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38516C

Black with #38516C

Text Example


Text Example

White with #38516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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