Html Css Color HEX #385165 Cello

📋 copy color: '#385165'

red 56 ◦ green 81 ◦ blue 101

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

Shades of Cello #385165

Tints of Cello #385165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 23.53%
G = 34.03%
B = 42.44%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385165 (or 0x385165) is known color: Cello. HEX triplet: 38, 51 and 65. RGB value is (56,81,101). Sum of RGB (Red+Green+Blue) = 56+81+101=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #385165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385165 is #C7AE9A. Grayscale: #4B4B4B. Windows color (decimal): -13086363 or 6639928. OLE color: 6639928.

HSL color Cylindrical-coordinate representation of color #385165: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385165 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 81 101 -
CMYK 0.45 0.20 0 0.60
HSL 206.67º 0.29% 0.31% -
HSV(B) 206.67º 0.45% 0.4% -
XYZ 6.92 7.67 13.43 -
YUV 75.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 56 81 101 0.45 0.20 0 0.60 206.67 0.29 0.31
Hex 38 51 65 2D 14 0 3C CF 1D 1F
Octal 70 121 145 55 24 0 74 317 35 37
Binary 111000 1010001 1100101 101101 10100 0 111100 11001111 11101 11111

Color Harmonies of #385165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385165

Black with #385165

Text Example


Text Example

White with #385165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385165; }

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

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

background-color css

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

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

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

border-color css

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

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

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