Html Css Color HEX #384F5B Cello

📋 copy color: '#384F5B'

red 56 ◦ green 79 ◦ blue 91

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

Shades of Cello #384F5B

Tints of Cello #384F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 24.78%
G = 34.96%
B = 40.27%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#384F5B (or 0x384F5B) is known color: Cello. HEX triplet: 38, 4F and 5B. RGB value is (56,79,91). Sum of RGB (Red+Green+Blue) = 56+79+91=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #384F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F5B is #C7B0A4. Grayscale: #494949. Windows color (decimal): -13086885 or 5984056. OLE color: 5984056.

HSL color Cylindrical-coordinate representation of color #384F5B: hue angle of 200.57º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384F5B is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 79 91 -
CMYK 0.38 0.13 0 0.64
HSL 200.57º 0.24% 0.29% -
HSV(B) 200.57º 0.38% 0.36% -
XYZ 6.32 7.19 10.95 -
YUV 73.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 56 79 91 0.38 0.13 0 0.64 200.57 0.24 0.29
Hex 38 4F 5B 26 D 0 40 C9 18 1D
Octal 70 117 133 46 15 0 100 311 30 35
Binary 111000 1001111 1011011 100110 1101 0 1000000 11001001 11000 11101

Color Harmonies of #384F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F5B

Black with #384F5B

Text Example


Text Example

White with #384F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F5B; }

 p { color: rgb(56,79,91); }

 H1.HeaderClassName
 {
   color: #384F5B;
 }
 .AnyTagClassName
 {
   color: #384F5B;
 }
</style>

background-color css

<style>
 a { background-color: #384F5B; }

 a { background-color: rgb(56,79,91); }

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

border-color css

<style>
 span { border-color: #384F5B; }

 span { border-color: rgb(56,79,91); }

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