Html Css Color HEX #385365 Cello

📋 copy color: '#385365'

red 56 ◦ green 83 ◦ blue 101

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

Shades of Cello #385365

Tints of Cello #385365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 23.33%
G = 34.58%
B = 42.08%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385365 (or 0x385365) is known color: Cello. HEX triplet: 38, 53 and 65. RGB value is (56,83,101). Sum of RGB (Red+Green+Blue) = 56+83+101=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #385365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385365 is #C7AC9A. Grayscale: #4C4C4C. Windows color (decimal): -13085851 or 6640440. OLE color: 6640440.

HSL color Cylindrical-coordinate representation of color #385365: hue angle of 204º 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 #385365 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 83 101 -
CMYK 0.45 0.18 0 0.60
HSL 204º 0.29% 0.31% -
HSV(B) 204º 0.45% 0.4% -
XYZ 7.07 7.97 13.48 -
YUV 76.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 56 83 101 0.45 0.18 0 0.60 204 0.29 0.31
Hex 38 53 65 2D 12 0 3C CC 1D 1F
Octal 70 123 145 55 22 0 74 314 35 37
Binary 111000 1010011 1100101 101101 10010 0 111100 11001100 11101 11111

Color Harmonies of #385365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385365

Black with #385365

Text Example


Text Example

White with #385365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385365; }

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

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

background-color css

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

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

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

border-color css

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

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

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