Html Css Color HEX #38505D Cello

📋 copy color: '#38505D'

red 56 ◦ green 80 ◦ blue 93

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

Shades of Cello #38505D

Tints of Cello #38505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 24.45%
G = 34.93%
B = 40.61%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38505D (or 0x38505D) is known color: Cello. HEX triplet: 38, 50 and 5D. RGB value is (56,80,93). Sum of RGB (Red+Green+Blue) = 56+80+93=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #38505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505D is #C7AFA2. Grayscale: #4A4A4A. Windows color (decimal): -13086627 or 6115384. OLE color: 6115384.

HSL color Cylindrical-coordinate representation of color #38505D: hue angle of 201.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38505D is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 80 93 -
CMYK 0.40 0.14 0 0.64
HSL 201.08º 0.25% 0.29% -
HSV(B) 201.08º 0.4% 0.36% -
XYZ 6.48 7.37 11.44 -
YUV 74.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 56 80 93 0.40 0.14 0 0.64 201.08 0.25 0.29
Hex 38 50 5D 28 E 0 40 C9 19 1D
Octal 70 120 135 50 16 0 100 311 31 35
Binary 111000 1010000 1011101 101000 1110 0 1000000 11001001 11001 11101

Color Harmonies of #38505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38505D

Black with #38505D

Text Example


Text Example

White with #38505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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