Html Css Color HEX #38485D Cello

📋 copy color: '#38485D'

red 56 ◦ green 72 ◦ blue 93

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

Shades of Cello #38485D

Tints of Cello #38485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 25.34%
G = 32.58%
B = 42.08%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38485D (or 0x38485D) is known color: Cello. HEX triplet: 38, 48 and 5D. RGB value is (56,72,93). Sum of RGB (Red+Green+Blue) = 56+72+93=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #38485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485D is #C7B7A2. Grayscale: #454545. Windows color (decimal): -13088675 or 6113336. OLE color: 6113336.

HSL color Cylindrical-coordinate representation of color #38485D: hue angle of 214.05º 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 #38485D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 72 93 -
CMYK 0.40 0.23 0 0.64
HSL 214.05º 0.25% 0.29% -
HSV(B) 214.05º 0.4% 0.36% -
XYZ 5.92 6.27 11.25 -
YUV 69.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 56 72 93 0.40 0.23 0 0.64 214.05 0.25 0.29
Hex 38 48 5D 28 17 0 40 D6 19 1D
Octal 70 110 135 50 27 0 100 326 31 35
Binary 111000 1001000 1011101 101000 10111 0 1000000 11010110 11001 11101

Color Harmonies of #38485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38485D

Black with #38485D

Text Example


Text Example

White with #38485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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